Checkstyle XML difference report

This is symmetric difference generated from two checkstyle-result.xml reports.
All matching records from each XML file are deleted, then remaining records are merged into single report.
Utility that generated this report.

Checkstyle configuration report

Module Name Base properties Patch properties
Checker severity
  • warning

  • charset
  • UTF-8

  • haltOnException
  • false

  • severity
  • warning

  • charset
  • UTF-8

  • haltOnException
  • false

  • BeforeExecutionExclusionFileFilter fileNamePattern
  • module\-info\.java$

  • fileNamePattern
  • module\-info\.java$

  • TreeWalker
    AvoidStaticImport
    SuppressionXpathSingleFilter message
  • Javadoc comment at column \d+ has parse error

  • message
  • Javadoc comment at column \d+ has parse error

  • SuppressionSingleFilter checks
  • Checker

  • message
  • Exception occurred while parsing

  • checks
  • Checker

  • message
  • Exception occurred while parsing

  • Summary:

    Report id Files Violations Severity-warning
    base 4138 3203 3203
    patch 4138 3203 (3203 removed, 3203 added) 3203 (3203 removed, 3203 added)
    1160 files with differences 6406 changes in violations 6406 changes in violations

    Report id com.puppycrawl.tools.checkstyle.checks.imports.AvoidStaticImportCheck
    base 3203
    patch 3203 (3203 removed, 3203 added)
    changes in violations 6406

    Number of unique base messages reported below: 3203
    Number of unique patch messages reported below: 3203

    Violations:

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/apache/lucene/queryparser/classic/MapperQueryParser.java

    Severity Rule Message Line Col
    #A1 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.lucene.search.Queries.fixNegativeQueryIfNeeded. 46
    #A2 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.lucene.search.Queries.fixNegativeQueryIfNeeded. 46 61
    #A3 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. 47
    #A4 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. 47 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/health/ClusterHealthRequest.java

    Severity Rule Message Line Col
    #A5 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.readTimeValue. 35
    #A6 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.readTimeValue. 35 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/health/ClusterHealthResponse.java

    Severity Rule Message Line Col
    #A7 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 44
    #A8 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 44 46
    #A9 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.admin.cluster.health.ClusterIndexHealth.readClusterIndexHealth. 45
    #A10 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.admin.cluster.health.ClusterIndexHealth.readClusterIndexHealth. 45 79

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/health/ClusterIndexHealth.java

    Severity Rule Message Line Col
    #A11 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.admin.cluster.health.ClusterShardHealth.readClusterShardHealth. 41
    #A12 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.admin.cluster.health.ClusterShardHealth.readClusterShardHealth. 41 79

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/node/restart/NodesRestartRequest.java

    Severity Rule Message Line Col
    #A13 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.readTimeValue. 29
    #A14 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.readTimeValue. 29 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/node/restart/TransportNodesRestartAction.java

    Severity Rule Message Line Col
    #A15 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 44
    #A16 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 44 46
    #A17 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.readTimeValue. 45
    #A18 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.readTimeValue. 45 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/node/shutdown/NodesShutdownRequest.java

    Severity Rule Message Line Col
    #A19 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.readTimeValue. 31
    #A20 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.readTimeValue. 31 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/repositories/delete/DeleteRepositoryRequest.java

    Severity Rule Message Line Col
    #A21 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 29
    #A22 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 29 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/repositories/get/GetRepositoriesRequest.java

    Severity Rule Message Line Col
    #A23 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 31
    #A24 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 31 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/repositories/put/PutRepositoryRequest.java

    Severity Rule Message Line Col
    #A25 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 39
    #A26 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 39 55
    #A27 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 40
    #A28 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 40 74
    #A29 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.readSettingsFromStream. 41
    #A30 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.readSettingsFromStream. 41 66
    #A31 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.writeSettingsToStream. 42
    #A32 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.writeSettingsToStream. 42 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/repositories/verify/VerifyRepositoryRequest.java

    Severity Rule Message Line Col
    #A33 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 29
    #A34 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 29 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/settings/ClusterUpdateSettingsRequest.java

    Severity Rule Message Line Col
    #A35 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 36
    #A36 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 36 55
    #A37 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 37
    #A38 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 37 74
    #A39 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.readSettingsFromStream. 38
    #A40 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.readSettingsFromStream. 38 66
    #A41 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.writeSettingsToStream. 39
    #A42 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.writeSettingsToStream. 39 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/settings/TransportClusterUpdateSettingsAction.java

    Severity Rule Message Line Col
    #A43 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.ClusterState.builder. 48
    #A44 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.ClusterState.builder. 48 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/shards/TransportClusterSearchShardsAction.java

    Severity Rule Message Line Col
    #A45 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 42
    #A46 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 42 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/create/CreateSnapshotRequest.java

    Severity Rule Message Line Col
    #A47 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 43
    #A48 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 43 55
    #A49 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.Strings.EMPTY_ARRAY. 44
    #A50 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.Strings.EMPTY_ARRAY. 44 47
    #A51 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.Strings.hasLength. 45
    #A52 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.Strings.hasLength. 45 47
    #A53 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 46
    #A54 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 46 74
    #A55 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.readSettingsFromStream. 47
    #A56 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.readSettingsFromStream. 47 66
    #A57 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.writeSettingsToStream. 48
    #A58 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.writeSettingsToStream. 48 66
    #A59 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. 49
    #A60 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. 49 74

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/delete/DeleteSnapshotRequest.java

    Severity Rule Message Line Col
    #A61 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 29
    #A62 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 29 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/get/GetSnapshotsRequest.java

    Severity Rule Message Line Col
    #A63 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 30
    #A64 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 30 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/restore/RestoreSnapshotRequest.java

    Severity Rule Message Line Col
    #A65 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 43
    #A66 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 43 55
    #A67 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.Strings.hasLength. 44
    #A68 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.Strings.hasLength. 44 47
    #A69 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 45
    #A70 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 45 74
    #A71 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.readSettingsFromStream. 46
    #A72 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.readSettingsFromStream. 46 66
    #A73 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.writeSettingsToStream. 47
    #A74 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.writeSettingsToStream. 47 66
    #A75 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. 48
    #A76 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. 48 74

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/status/SnapshotStatus.java

    Severity Rule Message Line Col
    #A77 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 39
    #A78 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 39 46
    #A79 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 40
    #A80 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 40 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/status/SnapshotsStatusRequest.java

    Severity Rule Message Line Col
    #A81 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 30
    #A82 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 30 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/status/TransportSnapshotsStatusAction.java

    Severity Rule Message Line Col
    #A83 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 48
    #A84 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 48 45
    #A85 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 49
    #A86 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 49 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/state/TransportClusterStateAction.java

    Severity Rule Message Line Col
    #A87 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 44
    #A88 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 44 46
    #A89 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.MetaData.lookupFactorySafe. 45
    #A90 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.MetaData.lookupFactorySafe. 45 58

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/alias/IndicesAliasesRequest.java

    Severity Rule Message Line Col
    #A91 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 48
    #A92 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 48 55
    #A93 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.AliasAction.readAliasAction. 49
    #A94 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.AliasAction.readAliasAction. 49 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/analyze/AnalyzeRequest.java

    Severity Rule Message Line Col
    #A95 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 31
    #A96 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 31 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/cache/clear/TransportClearIndicesCacheAction.java

    Severity Rule Message Line Col
    #A97 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 48
    #A98 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 48 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/close/CloseIndexRequest.java

    Severity Rule Message Line Col
    #A99 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 32
    #A100 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 32 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/create/CreateIndexClusterStateUpdateRequest.java

    Severity Rule Message Line Col
    #A101 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 35
    #A102 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 35 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/create/CreateIndexRequest.java

    Severity Rule Message Line Col
    #A103 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 49
    #A104 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 49 45
    #A105 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 50
    #A106 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 50 55
    #A107 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 51
    #A108 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 51 74
    #A109 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.readSettingsFromStream. 52
    #A110 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.readSettingsFromStream. 52 66
    #A111 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.writeSettingsToStream. 53
    #A112 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.writeSettingsToStream. 53 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/delete/DeleteIndexRequest.java

    Severity Rule Message Line Col
    #A113 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 34
    #A114 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 34 55
    #A115 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.readTimeValue. 35
    #A116 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.readTimeValue. 35 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/exists/indices/IndicesExistsRequest.java

    Severity Rule Message Line Col
    #A117 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 33
    #A118 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 33 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/exists/types/TypesExistsRequest.java

    Severity Rule Message Line Col
    #A119 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 31
    #A120 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 31 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/flush/TransportFlushAction.java

    Severity Rule Message Line Col
    #A121 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 44
    #A122 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 44 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/mapping/delete/DeleteMappingRequest.java

    Severity Rule Message Line Col
    #A123 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 33
    #A124 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 33 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/mapping/put/PutMappingRequest.java

    Severity Rule Message Line Col
    #A125 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 39
    #A126 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 39 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/open/OpenIndexRequest.java

    Severity Rule Message Line Col
    #A127 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 32
    #A128 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 32 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/optimize/TransportOptimizeAction.java

    Severity Rule Message Line Col
    #A129 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 44
    #A130 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 44 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/refresh/TransportRefreshAction.java

    Severity Rule Message Line Col
    #A131 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 44
    #A132 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 44 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/segments/ShardSegments.java

    Severity Rule Message Line Col
    #A133 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ImmutableShardRouting.readShardRoutingEntry. 34
    #A134 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ImmutableShardRouting.readShardRoutingEntry. 34 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/segments/TransportIndicesSegmentsAction.java

    Severity Rule Message Line Col
    #A135 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 47
    #A136 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 47 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/settings/put/UpdateSettingsRequest.java

    Severity Rule Message Line Col
    #A137 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 38
    #A138 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 38 55
    #A139 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 39
    #A140 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 39 74
    #A141 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.readSettingsFromStream. 40
    #A142 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.readSettingsFromStream. 40 66
    #A143 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.writeSettingsToStream. 41
    #A144 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.writeSettingsToStream. 41 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/stats/ShardStats.java

    Severity Rule Message Line Col
    #A145 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ImmutableShardRouting.readShardRoutingEntry. 33
    #A146 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ImmutableShardRouting.readShardRoutingEntry. 33 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/stats/TransportIndicesStatsAction.java

    Severity Rule Message Line Col
    #A147 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 52
    #A148 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 52 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/status/IndexStatus.java

    Severity Rule Message Line Col
    #A149 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 32
    #A150 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 32 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/status/IndicesStatusResponse.java

    Severity Rule Message Line Col
    #A151 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 42
    #A152 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 42 46
    #A153 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 43
    #A154 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 43 45
    #A155 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.admin.indices.status.ShardStatus.readIndexShardStatus. 44
    #A156 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.admin.indices.status.ShardStatus.readIndexShardStatus. 44 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/status/ShardStatus.java

    Severity Rule Message Line Col
    #A157 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ImmutableShardRouting.readShardRoutingEntry. 34
    #A158 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ImmutableShardRouting.readShardRoutingEntry. 34 70
    #A159 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.ByteSizeValue.readBytesSizeValue. 35
    #A160 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.ByteSizeValue.readBytesSizeValue. 35 58

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/status/TransportIndicesStatusAction.java

    Severity Rule Message Line Col
    #A161 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 56
    #A162 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 56 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/template/delete/DeleteIndexTemplateRequest.java

    Severity Rule Message Line Col
    #A163 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 28
    #A164 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 28 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/template/get/GetIndexTemplatesRequest.java

    Severity Rule Message Line Col
    #A165 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 30
    #A166 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 30 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/template/put/PutIndexTemplateRequest.java

    Severity Rule Message Line Col
    #A167 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 46
    #A168 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 46 45
    #A169 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 47
    #A170 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 47 45
    #A171 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 48
    #A172 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 48 55
    #A173 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 49
    #A174 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 49 74
    #A175 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.readSettingsFromStream. 50
    #A176 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.readSettingsFromStream. 50 66
    #A177 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.writeSettingsToStream. 51
    #A178 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.writeSettingsToStream. 51 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/validate/query/TransportValidateQueryAction.java

    Severity Rule Message Line Col
    #A179 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 58
    #A180 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 58 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/validate/query/ValidateQueryResponse.java

    Severity Rule Message Line Col
    #A181 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.admin.indices.validate.query.QueryExplanation.readQueryExplanation. 32
    #A182 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.admin.indices.validate.query.QueryExplanation.readQueryExplanation. 32 85

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/warmer/delete/DeleteWarmerRequest.java

    Severity Rule Message Line Col
    #A183 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 33
    #A184 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 33 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/warmer/put/PutWarmerRequest.java

    Severity Rule Message Line Col
    #A185 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 33
    #A186 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 33 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/bulk/BulkRequest.java

    Severity Rule Message Line Col
    #A187 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 45
    #A188 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 45 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/count/CountRequest.java

    Severity Rule Message Line Col
    #A189 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.internal.SearchContext.DEFAULT_TERMINATE_AFTER. 43
    #A190 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.internal.SearchContext.DEFAULT_TERMINATE_AFTER. 43 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/count/ShardCountRequest.java

    Severity Rule Message Line Col
    #A191 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.internal.SearchContext.DEFAULT_TERMINATE_AFTER. 33
    #A192 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.internal.SearchContext.DEFAULT_TERMINATE_AFTER. 33 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/count/TransportCountAction.java

    Severity Rule Message Line Col
    #A193 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 60
    #A194 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 60 46
    #A195 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.internal.SearchContext.DEFAULT_TERMINATE_AFTER. 61
    #A196 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.internal.SearchContext.DEFAULT_TERMINATE_AFTER. 61 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/delete/DeleteRequest.java

    Severity Rule Message Line Col
    #A197 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 34
    #A198 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 34 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/delete/ShardDeleteRequest.java

    Severity Rule Message Line Col
    #A199 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 31
    #A200 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 31 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/deletebyquery/DeleteByQueryRequest.java

    Severity Rule Message Line Col
    #A201 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 43
    #A202 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 43 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/deletebyquery/DeleteByQueryResponse.java

    Severity Rule Message Line Col
    #A203 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 31
    #A204 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 31 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/deletebyquery/ShardDeleteByQueryRequest.java

    Severity Rule Message Line Col
    #A205 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 39
    #A206 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 39 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/exists/TransportExistsAction.java

    Severity Rule Message Line Col
    #A207 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 63
    #A208 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 63 46
    #A209 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.exists.ExistsRequest.DEFAULT_MIN_SCORE. 64
    #A210 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.exists.ExistsRequest.DEFAULT_MIN_SCORE. 64 60

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/explain/ExplainResponse.java

    Severity Rule Message Line Col
    #A211 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.lucene.Lucene.readExplanation. 31
    #A212 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.lucene.Lucene.readExplanation. 31 53
    #A213 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.lucene.Lucene.writeExplanation. 32
    #A214 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.lucene.Lucene.writeExplanation. 32 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/index/IndexRequest.java

    Severity Rule Message Line Col
    #A215 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 45
    #A216 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 45 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/indexedscripts/delete/DeleteIndexedScriptRequest.java

    Severity Rule Message Line Col
    #A217 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 34
    #A218 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 34 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/indexedscripts/put/PutIndexedScriptRequest.java

    Severity Rule Message Line Col
    #A219 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 45
    #A220 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 45 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/mlt/MoreLikeThisRequest.java

    Severity Rule Message Line Col
    #A221 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.Scroll.readScroll. 46
    #A222 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.Scroll.readScroll. 46 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/mlt/TransportMoreLikeThisAction.java

    Severity Rule Message Line Col
    #A223 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 61
    #A224 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 61 45
    #A225 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 62
    #A226 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 62 58
    #A227 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.searchSource. 63
    #A228 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.searchSource. 63 67

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/percolate/MultiPercolateRequest.java

    Severity Rule Message Line Col
    #A229 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 45
    #A230 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 45 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/percolate/PercolateRequest.java

    Severity Rule Message Line Col
    #A231 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 43
    #A232 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 43 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/percolate/TransportPercolateAction.java

    Severity Rule Message Line Col
    #A233 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 51
    #A234 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 51 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/ClearScrollRequest.java

    Severity Rule Message Line Col
    #A235 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 31
    #A236 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 31 46
    #A237 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 32
    #A238 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 32 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/ClearScrollResponse.java

    Severity Rule Message Line Col
    #A239 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. 32
    #A240 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. 32 48
    #A241 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 33
    #A242 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 33 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/MultiSearchRequest.java

    Severity Rule Message Line Col
    #A243 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 44
    #A244 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 44 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/SearchRequest.java

    Severity Rule Message Line Col
    #A245 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.Scroll.readScroll. 47
    #A246 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.Scroll.readScroll. 47 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/SearchResponse.java

    Severity Rule Message Line Col
    #A247 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.search.ShardSearchFailure.readShardSearchFailure. 36
    #A248 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.search.ShardSearchFailure.readShardSearchFailure. 36 65
    #A249 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.internal.InternalSearchResponse.readInternalSearchResponse. 37
    #A250 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.internal.InternalSearchResponse.readInternalSearchResponse. 37 71

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/SearchScrollRequest.java

    Severity Rule Message Line Col
    #A251 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 32
    #A252 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 32 55
    #A253 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.Scroll.readScroll. 33
    #A254 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.Scroll.readScroll. 33 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/ShardSearchFailure.java

    Severity Rule Message Line Col
    #A255 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.SearchShardTarget.readSearchShardTarget. 34
    #A256 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.SearchShardTarget.readSearchShardTarget. 34 57

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/TransportClearScrollAction.java

    Severity Rule Message Line Col
    #A257 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.search.type.TransportSearchHelper.parseScrollId. 45
    #A258 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.search.type.TransportSearchHelper.parseScrollId. 45 73

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/TransportSearchAction.java

    Severity Rule Message Line Col
    #A259 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.search.SearchType.*. 38
    #A260 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.search.SearchType.*. 38 57

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/TransportSearchScrollAction.java

    Severity Rule Message Line Col
    #A261 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.search.type.ParsedScrollId.*. 38
    #A262 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.search.type.ParsedScrollId.*. 38 66
    #A263 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.search.type.TransportSearchHelper.parseScrollId. 39
    #A264 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.search.type.TransportSearchHelper.parseScrollId. 39 73

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/type/TransportSearchCountAction.java

    Severity Rule Message Line Col
    #A265 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.search.type.TransportSearchHelper.buildScrollId. 40
    #A266 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.search.type.TransportSearchHelper.buildScrollId. 40 73

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/type/TransportSearchQueryAndFetchAction.java

    Severity Rule Message Line Col
    #A267 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.search.type.TransportSearchHelper.buildScrollId. 42
    #A268 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.search.type.TransportSearchHelper.buildScrollId. 42 73

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/type/TransportSearchScanAction.java

    Severity Rule Message Line Col
    #A269 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.search.type.TransportSearchHelper.buildScrollId. 41
    #A270 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.search.type.TransportSearchHelper.buildScrollId. 41 73

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/type/TransportSearchScrollQueryAndFetchAction.java

    Severity Rule Message Line Col
    #A271 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.search.type.TransportSearchHelper.internalScrollSearchRequest. 43
    #A272 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.search.type.TransportSearchHelper.internalScrollSearchRequest. 43 73

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/type/TransportSearchScrollQueryThenFetchAction.java

    Severity Rule Message Line Col
    #A273 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.search.type.TransportSearchHelper.internalScrollSearchRequest. 46
    #A274 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.search.type.TransportSearchHelper.internalScrollSearchRequest. 46 73

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/type/TransportSearchScrollScanAction.java

    Severity Rule Message Line Col
    #A275 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.search.type.TransportSearchHelper.internalScrollSearchRequest. 47
    #A276 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.search.type.TransportSearchHelper.internalScrollSearchRequest. 47 73

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/type/TransportSearchTypeAction.java

    Severity Rule Message Line Col
    #A277 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.search.type.TransportSearchHelper.internalSearchRequest. 64
    #A278 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.search.type.TransportSearchHelper.internalSearchRequest. 64 73

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/suggest/SuggestResponse.java

    Severity Rule Message Line Col
    #A279 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.ToXContent.EMPTY_PARAMS. 33
    #A280 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.ToXContent.EMPTY_PARAMS. 33 59

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/suggest/TransportSuggestAction.java

    Severity Rule Message Line Col
    #A281 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 57
    #A282 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 57 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/DefaultShardOperationFailedException.java

    Severity Rule Message Line Col
    #A283 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.ExceptionsHelper.detailedMessage. 31
    #A284 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.ExceptionsHelper.detailedMessage. 31 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/TransportAction.java

    Severity Rule Message Line Col
    #A285 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.support.PlainActionFuture.newFuture. 32
    #A286 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.support.PlainActionFuture.newFuture. 32 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/broadcast/BroadcastOperationResponse.java

    Severity Rule Message Line Col
    #A287 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.support.DefaultShardOperationFailedException.readShardOperationFailed. 22
    #A288 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.support.DefaultShardOperationFailedException.readShardOperationFailed. 22 84

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/master/AcknowledgedRequest.java

    Severity Rule Message Line Col
    #A289 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.readTimeValue. 29
    #A290 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.readTimeValue. 29 54
    #A291 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueSeconds. 30
    #A292 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueSeconds. 30 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/replication/ShardReplicationOperationRequest.java

    Severity Rule Message Line Col
    #A293 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 35
    #A294 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 35 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/single/shard/TransportShardSingleOperationAction.java

    Severity Rule Message Line Col
    #A295 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.support.TransportActions.isShardNotAvailableException. 50
    #A296 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.support.TransportActions.isShardNotAvailableException. 50 64

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/termvector/TermVectorFields.java

    Severity Rule Message Line Col
    #A297 warning AvoidStaticImport Using a static member import should be avoided - org.apache.lucene.util.ArrayUtil.grow. 34
    #A298 warning AvoidStaticImport Using a static member import should be avoided - org.apache.lucene.util.ArrayUtil.grow. 34 47

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/termvector/TermVectorRequest.java

    Severity Rule Message Line Col
    #A299 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 42
    #A300 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 42 64

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/update/UpdateHelper.java

    Severity Rule Message Line Col
    #A301 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMapWithExpectedSize. 56
    #A302 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMapWithExpectedSize. 56 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/update/UpdateRequest.java

    Severity Rule Message Line Col
    #A303 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 49
    #A304 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. 49 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/bootstrap/Bootstrap.java

    Severity Rule Message Line Col
    #A305 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 48
    #A306 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 48 45
    #A307 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.jna.Kernel32Library.ConsoleCtrlHandler. 49
    #A308 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.jna.Kernel32Library.ConsoleCtrlHandler. 49 59
    #A309 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 50
    #A310 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 50 74

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/bulk/udp/BulkUdpService.java

    Severity Rule Message Line Col
    #A311 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.concurrent.EsExecutors.daemonThreadFactory. 48
    #A312 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.concurrent.EsExecutors.daemonThreadFactory. 48 67

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cache/recycler/CacheRecycler.java

    Severity Rule Message Line Col
    #A313 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.recycler.Recyclers.*. 34
    #A314 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.recycler.Recyclers.*. 34 58

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cache/recycler/PageCacheRecycler.java

    Severity Rule Message Line Col
    #A315 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.recycler.Recyclers.*. 36
    #A316 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.recycler.Recyclers.*. 36 58

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cache/recycler/PageCacheRecyclerModule.java

    Severity Rule Message Line Col
    #A317 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.inject.Modules.createModule. 28
    #A318 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.inject.Modules.createModule. 28 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/client/transport/TransportClient.java

    Severity Rule Message Line Col
    #A319 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 89
    #A320 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 89 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/client/transport/TransportClientNodesService.java

    Severity Rule Message Line Col
    #A321 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueSeconds. 57
    #A322 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueSeconds. 57 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/action/shard/ShardStateAction.java

    Severity Rule Message Line Col
    #A323 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ImmutableShardRouting.readShardRoutingEntry. 48
    #A324 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ImmutableShardRouting.readShardRoutingEntry. 48 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/metadata/IndexMetaData.java

    Severity Rule Message Line Col
    #A325 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.node.DiscoveryNodeFilters.OpType.AND. 55
    #A326 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.node.DiscoveryNodeFilters.OpType.AND. 55 73
    #A327 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.node.DiscoveryNodeFilters.OpType.OR. 56
    #A328 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.node.DiscoveryNodeFilters.OpType.OR. 56 73
    #A329 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.*. 57
    #A330 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.*. 57 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/metadata/MappingMetaData.java

    Severity Rule Message Line Col
    #A331 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. 44
    #A332 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. 44 74

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/metadata/MetaData.java

    Severity Rule Message Line Col
    #A333 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 52
    #A334 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 52 46
    #A335 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 53
    #A336 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 53 45
    #A337 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.*. 54
    #A338 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.*. 54 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/metadata/MetaDataCreateIndexService.java

    Severity Rule Message Line Col
    #A339 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.*. 82
    #A340 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.*. 82 63
    #A341 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 83
    #A342 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 83 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/metadata/MetaDataMappingService.java

    Severity Rule Message Line Col
    #A343 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 53
    #A344 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 53 45
    #A345 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.DocumentMapper.MergeFlags.mergeFlags. 54
    #A346 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.DocumentMapper.MergeFlags.mergeFlags. 54 71

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/metadata/SnapshotMetaData.java

    Severity Rule Message Line Col
    #A347 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 35
    #A348 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 35 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/node/DiscoveryNode.java

    Severity Rule Message Line Col
    #A349 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.transport.TransportAddressSerializers.addressToStream. 38
    #A350 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.transport.TransportAddressSerializers.addressToStream. 38 77

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/node/DiscoveryNodes.java

    Severity Rule Message Line Col
    #A351 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 42
    #A352 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 42 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/IndexRoutingTable.java

    Severity Rule Message Line Col
    #A353 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 42
    #A354 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 42 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/IndexShardRoutingTable.java

    Severity Rule Message Line Col
    #A355 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 36
    #A356 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 36 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/RoutingNode.java

    Severity Rule Message Line Col
    #A357 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 31
    #A358 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 31 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/RoutingNodes.java

    Severity Rule Message Line Col
    #A359 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 35
    #A360 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 35 46
    #A361 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 36
    #A362 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 36 45
    #A363 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 37
    #A364 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 37 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/RoutingService.java

    Severity Rule Message Line Col
    #A365 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueSeconds. 37
    #A366 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueSeconds. 37 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/RoutingTable.java

    Severity Rule Message Line Col
    #A367 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 38
    #A368 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 38 46
    #A369 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 39
    #A370 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 39 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/RoutingTableValidation.java

    Severity Rule Message Line Col
    #A371 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 34
    #A372 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 34 46
    #A373 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayListWithCapacity. 35
    #A374 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayListWithCapacity. 35 46
    #A375 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 36
    #A376 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 36 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/AllocationService.java

    Severity Rule Message Line Col
    #A377 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 45
    #A378 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 45 66
    #A379 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.RELOCATING. 46
    #A380 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.RELOCATING. 46 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/RoutingExplanations.java

    Severity Rule Message Line Col
    #A381 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 30
    #A382 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 30 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/allocator/BalancedShardsAllocator.java

    Severity Rule Message Line Col
    #A383 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 46
    #A384 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 46 66
    #A385 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.RELOCATING. 47
    #A386 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.RELOCATING. 47 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/allocator/EvenShardsCountAllocator.java

    Severity Rule Message Line Col
    #A387 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 41
    #A388 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 41 66
    #A389 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.STARTED. 42
    #A390 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.STARTED. 42 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/command/AllocationCommands.java

    Severity Rule Message Line Col
    #A391 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 40
    #A392 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 40 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/command/CancelAllocationCommand.java

    Severity Rule Message Line Col
    #A393 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 42
    #A394 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 42 66
    #A395 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.RELOCATING. 43
    #A396 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.RELOCATING. 43 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/decider/DiskThresholdDecider.java

    Severity Rule Message Line Col
    #A397 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.InternalClusterInfoService.shardIdentifierFromRouting. 41
    #A398 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.InternalClusterInfoService.shardIdentifierFromRouting. 41 67

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/decider/FilterAllocationDecider.java

    Severity Rule Message Line Col
    #A399 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.node.DiscoveryNodeFilters.OpType.AND. 32
    #A400 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.node.DiscoveryNodeFilters.OpType.AND. 32 73
    #A401 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.node.DiscoveryNodeFilters.OpType.OR. 33
    #A402 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.node.DiscoveryNodeFilters.OpType.OR. 33 73

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/operation/OperationRoutingModule.java

    Severity Rule Message Line Col
    #A403 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.inject.Modules.createModule. 31
    #A404 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.inject.Modules.createModule. 31 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/service/InternalClusterService.java

    Severity Rule Message Line Col
    #A405 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.concurrent.EsExecutors.daemonThreadFactory. 56
    #A406 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.concurrent.EsExecutors.daemonThreadFactory. 56 67

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/settings/ClusterDynamicSettings.java

    Severity Rule Message Line Col
    #A407 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 28
    #A408 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 28 47
    #A409 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.PARAMETER. 29
    #A410 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.PARAMETER. 29 47
    #A411 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 30
    #A412 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 30 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/settings/Validator.java

    Severity Rule Message Line Col
    #A413 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.ByteSizeValue.parseBytesSizeValue. 26
    #A414 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.ByteSizeValue.parseBytesSizeValue. 26 58
    #A415 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.MemorySizeValue.parseBytesSizeValueOrHeapRatio. 27
    #A416 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.MemorySizeValue.parseBytesSizeValueOrHeapRatio. 27 60

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/Classes.java

    Severity Rule Message Line Col
    #A417 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.Strings.toCamelCase. 30
    #A418 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.Strings.toCamelCase. 30 47

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/cli/CliTool.java

    Severity Rule Message Line Col
    #A419 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 35
    #A420 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 35 74

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/collect/MapBuilder.java

    Severity Rule Message Line Col
    #A421 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 26
    #A422 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 26 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/AbstractModule.java

    Severity Rule Message Line Col
    #A423 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 29
    #A424 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 29 51
    #A425 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 30
    #A426 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 30 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/BindingAnnotation.java

    Severity Rule Message Line Col
    #A427 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 22
    #A428 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 22 47
    #A429 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 23
    #A430 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 23 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/ConfigurationException.java

    Severity Rule Message Line Col
    #A431 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 25
    #A432 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 25 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/ConstructorBindingImpl.java

    Severity Rule Message Line Col
    #A433 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 28
    #A434 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 28 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/CreationException.java

    Severity Rule Message Line Col
    #A435 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 25
    #A436 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 25 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/EncounterImpl.java

    Severity Rule Message Line Col
    #A437 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 28
    #A438 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 28 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/Exposed.java

    Severity Rule Message Line Col
    #A439 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 24
    #A440 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 24 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/ImplementedBy.java

    Severity Rule Message Line Col
    #A441 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 22
    #A442 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 22 47
    #A443 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 23
    #A444 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 23 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/InheritingState.java

    Severity Rule Message Line Col
    #A445 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 32
    #A446 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 32 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/Initializer.java

    Severity Rule Message Line Col
    #A447 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 29
    #A448 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 29 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/Inject.java

    Severity Rule Message Line Col
    #A449 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.*. 23
    #A450 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.*. 23 47
    #A451 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 24
    #A452 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 24 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/InjectorImpl.java

    Severity Rule Message Line Col
    #A453 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.inject.internal.Annotations.findScopeAnnotation. 35
    #A454 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.inject.internal.Annotations.findScopeAnnotation. 35 67

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/InjectorShell.java

    Severity Rule Message Line Col
    #A455 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 27
    #A456 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 27 51
    #A457 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 28
    #A458 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 28 51
    #A459 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.inject.Scopes.SINGLETON. 29
    #A460 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.inject.Scopes.SINGLETON. 29 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/InternalFactoryToProviderAdapter.java

    Severity Rule Message Line Col
    #A461 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 22
    #A462 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 22 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/Key.java

    Severity Rule Message Line Col
    #A463 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 26
    #A464 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 26 51
    #A465 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 27
    #A466 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 27 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/PrivateModule.java

    Severity Rule Message Line Col
    #A467 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 30
    #A468 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 30 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/ProvidedBy.java

    Severity Rule Message Line Col
    #A469 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 22
    #A470 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 22 47
    #A471 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 23
    #A472 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 23 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/Provides.java

    Severity Rule Message Line Col
    #A473 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 23
    #A474 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 23 47
    #A475 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 24
    #A476 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 24 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/ProvisionException.java

    Severity Rule Message Line Col
    #A477 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 26
    #A478 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 26 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/ScopeAnnotation.java

    Severity Rule Message Line Col
    #A479 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 22
    #A480 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. 22 47
    #A481 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 23
    #A482 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 23 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/ScopeBindingProcessor.java

    Severity Rule Message Line Col
    #A483 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 25
    #A484 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 25 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/Singleton.java

    Severity Rule Message Line Col
    #A485 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 23
    #A486 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 23 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/TypeLiteral.java

    Severity Rule Message Line Col
    #A487 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 26
    #A488 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 26 51
    #A489 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 27
    #A490 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 27 51
    #A491 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.inject.internal.MoreTypes.canonicalize. 28
    #A492 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.inject.internal.MoreTypes.canonicalize. 28 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/assistedinject/Assisted.java

    Severity Rule Message Line Col
    #A493 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.*. 24
    #A494 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.*. 24 47
    #A495 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 25
    #A496 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 25 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/assistedinject/AssistedInject.java

    Severity Rule Message Line Col
    #A497 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 22
    #A498 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. 22 47
    #A499 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 23
    #A500 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 23 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/assistedinject/FactoryProvider2.java

    Severity Rule Message Line Col
    #A501 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 36
    #A502 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 36 51
    #A503 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.inject.internal.Annotations.getKey. 37
    #A504 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.inject.internal.Annotations.getKey. 37 67

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/assistedinject/Parameter.java

    Severity Rule Message Line Col
    #A505 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 25
    #A506 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 25 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/internal/AbstractBindingBuilder.java

    Severity Rule Message Line Col
    #A507 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 28
    #A508 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 28 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/internal/BindingBuilder.java

    Severity Rule Message Line Col
    #A509 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 30
    #A510 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 30 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/internal/Join.java

    Severity Rule Message Line Col
    #A511 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 26
    #A512 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 26 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/internal/MatcherAndConverter.java

    Severity Rule Message Line Col
    #A513 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 23
    #A514 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 23 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/internal/MoreTypes.java

    Severity Rule Message Line Col
    #A515 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 33
    #A516 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 33 51
    #A517 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 34
    #A518 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 34 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/internal/PrivateElementsImpl.java

    Severity Rule Message Line Col
    #A519 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.*. 35
    #A520 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.*. 35 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/internal/ProviderMethodsModule.java

    Severity Rule Message Line Col
    #A521 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 31
    #A522 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 31 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/internal/UniqueAnnotations.java

    Severity Rule Message Line Col
    #A523 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 25
    #A524 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 25 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/matcher/Matchers.java

    Severity Rule Message Line Col
    #A525 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 26
    #A526 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 26 51
    #A527 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 27
    #A528 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 27 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/multibindings/Element.java

    Severity Rule Message Line Col
    #A529 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 24
    #A530 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 24 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/multibindings/MapBinder.java

    Severity Rule Message Line Col
    #A531 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.inject.util.Types.newParameterizedType. 34
    #A532 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.inject.util.Types.newParameterizedType. 34 57
    #A533 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.inject.util.Types.newParameterizedTypeWithOwner. 35
    #A534 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.inject.util.Types.newParameterizedTypeWithOwner. 35 57

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/name/Named.java

    Severity Rule Message Line Col
    #A535 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 25
    #A536 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 25 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/name/NamedImpl.java

    Severity Rule Message Line Col
    #A537 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 22
    #A538 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 22 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/spi/Elements.java

    Severity Rule Message Line Col
    #A539 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 35
    #A540 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. 35 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/spi/InjectionPoint.java

    Severity Rule Message Line Col
    #A541 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.inject.internal.MoreTypes.getRawType. 32
    #A542 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.inject.internal.MoreTypes.getRawType. 32 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/spi/InjectionRequest.java

    Severity Rule Message Line Col
    #A543 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 25
    #A544 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 25 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/spi/MembersInjectorLookup.java

    Severity Rule Message Line Col
    #A545 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 23
    #A546 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 23 51
    #A547 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 24
    #A548 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 24 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/spi/Message.java

    Severity Rule Message Line Col
    #A549 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 29
    #A550 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 29 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/spi/ProviderLookup.java

    Severity Rule Message Line Col
    #A551 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 23
    #A552 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 23 51
    #A553 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 24
    #A554 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. 24 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/spi/ScopeBinding.java

    Severity Rule Message Line Col
    #A555 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 24
    #A556 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 24 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/spi/StaticInjectionRequest.java

    Severity Rule Message Line Col
    #A557 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 24
    #A558 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 24 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/spi/TypeConverterBinding.java

    Severity Rule Message Line Col
    #A559 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 23
    #A560 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 23 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/io/FileSystemUtils.java

    Severity Rule Message Line Col
    #A561 warning AvoidStaticImport Using a static member import should be avoided - java.nio.file.FileVisitResult.CONTINUE. 32
    #A562 warning AvoidStaticImport Using a static member import should be avoided - java.nio.file.FileVisitResult.CONTINUE. 32 44
    #A563 warning AvoidStaticImport Using a static member import should be avoided - java.nio.file.FileVisitResult.SKIP_SUBTREE. 33
    #A564 warning AvoidStaticImport Using a static member import should be avoided - java.nio.file.FileVisitResult.SKIP_SUBTREE. 33 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/logging/Loggers.java

    Severity Rule Message Line Col
    #A565 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 33
    #A566 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 33 46
    #A567 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 34
    #A568 warning AvoidStaticImport Using a static member import should be avoided - java.util.Arrays.asList. 34 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/logging/log4j/LogConfigurator.java

    Severity Rule Message Line Col
    #A569 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 41
    #A570 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 41 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/Lucene.java

    Severity Rule Message Line Col
    #A571 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.lucene.search.NoopCollector.NOOP_COLLECTOR. 50
    #A572 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.lucene.search.NoopCollector.NOOP_COLLECTOR. 50 67

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/all/AllEntries.java

    Severity Rule Message Line Col
    #A573 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 33
    #A574 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 33 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/all/AllTermQuery.java

    Severity Rule Message Line Col
    #A575 warning AvoidStaticImport Using a static member import should be avoided - org.apache.lucene.analysis.payloads.PayloadHelper.decodeFloat. 40
    #A576 warning AvoidStaticImport Using a static member import should be avoided - org.apache.lucene.analysis.payloads.PayloadHelper.decodeFloat. 40 64

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/all/AllTokenStream.java

    Severity Rule Message Line Col
    #A577 warning AvoidStaticImport Using a static member import should be avoided - org.apache.lucene.analysis.payloads.PayloadHelper.encodeFloat. 31
    #A578 warning AvoidStaticImport Using a static member import should be avoided - org.apache.lucene.analysis.payloads.PayloadHelper.encodeFloat. 31 64

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/network/MulticastChannel.java

    Severity Rule Message Line Col
    #A579 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.concurrent.EsExecutors.daemonThreadFactory. 36
    #A580 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.concurrent.EsExecutors.daemonThreadFactory. 36 67

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/path/PathTrie.java

    Severity Rule Message Line Col
    #A581 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.collect.MapBuilder.newMapBuilder. 27
    #A582 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.collect.MapBuilder.newMapBuilder. 27 58

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/settings/ImmutableSettings.java

    Severity Rule Message Line Col
    #A583 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.Strings.toCamelCase. 51
    #A584 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.Strings.toCamelCase. 51 47
    #A585 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.ByteSizeValue.parseBytesSizeValue. 52
    #A586 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.ByteSizeValue.parseBytesSizeValue. 52 58
    #A587 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.SizeValue.parseSizeValue. 53
    #A588 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.SizeValue.parseSizeValue. 53 54
    #A589 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.parseTimeValue. 54
    #A590 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.parseTimeValue. 54 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/settings/loader/PropertiesSettingsLoader.java

    Severity Rule Message Line Col
    #A591 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 30
    #A592 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 30 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/settings/loader/SettingsLoader.java

    Severity Rule Message Line Col
    #A593 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 28
    #A594 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 28 46
    #A595 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 29
    #A596 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 29 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/settings/loader/XContentSettingsLoader.java

    Severity Rule Message Line Col
    #A597 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 31
    #A598 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 31 46
    #A599 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 32
    #A600 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 32 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/transport/TransportAddressSerializers.java

    Severity Rule Message Line Col
    #A601 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.collect.MapBuilder.newMapBuilder. 32
    #A602 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.collect.MapBuilder.newMapBuilder. 32 58

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/unit/MemorySizeValue.java

    Severity Rule Message Line Col
    #A603 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.ByteSizeValue.parseBytesSizeValue. 25
    #A604 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.ByteSizeValue.parseBytesSizeValue. 25 58

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/BigArraysModule.java

    Severity Rule Message Line Col
    #A605 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.inject.Modules.createModule. 28
    #A606 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.inject.Modules.createModule. 28 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/BigByteArray.java

    Severity Rule Message Line Col
    #A607 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.BigArrays.BYTE_PAGE_SIZE. 29
    #A608 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.BigArrays.BYTE_PAGE_SIZE. 29 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/BigDoubleArray.java

    Severity Rule Message Line Col
    #A609 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.BigArrays.LONG_PAGE_SIZE. 29
    #A610 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.BigArrays.LONG_PAGE_SIZE. 29 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/BigFloatArray.java

    Severity Rule Message Line Col
    #A611 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.BigArrays.INT_PAGE_SIZE. 29
    #A612 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.BigArrays.INT_PAGE_SIZE. 29 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/BigIntArray.java

    Severity Rule Message Line Col
    #A613 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.BigArrays.INT_PAGE_SIZE. 28
    #A614 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.BigArrays.INT_PAGE_SIZE. 28 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/BigLongArray.java

    Severity Rule Message Line Col
    #A615 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.BigArrays.LONG_PAGE_SIZE. 28
    #A616 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.BigArrays.LONG_PAGE_SIZE. 28 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/BigObjectArray.java

    Severity Rule Message Line Col
    #A617 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.BigArrays.OBJECT_PAGE_SIZE. 27
    #A618 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.BigArrays.OBJECT_PAGE_SIZE. 27 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/concurrent/BaseFuture.java

    Severity Rule Message Line Col
    #A619 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 30
    #A620 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. 30 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/xcontent/XContentHelper.java

    Severity Rule Message Line Col
    #A621 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.ToXContent.EMPTY_PARAMS. 41
    #A622 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.ToXContent.EMPTY_PARAMS. 41 59

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/discovery/local/LocalDiscovery.java

    Severity Rule Message Line Col
    #A623 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 50
    #A624 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 50 45
    #A625 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.ClusterState.Builder. 51
    #A626 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.ClusterState.Builder. 51 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/discovery/zen/ZenDiscovery.java

    Severity Rule Message Line Col
    #A627 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 79
    #A628 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 79 46
    #A629 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueSeconds. 80
    #A630 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueSeconds. 80 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/discovery/zen/fd/FaultDetection.java

    Severity Rule Message Line Col
    #A631 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueSeconds. 30
    #A632 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueSeconds. 30 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/discovery/zen/fd/MasterFaultDetection.java

    Severity Rule Message Line Col
    #A633 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.transport.TransportRequestOptions.options. 43
    #A634 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.transport.TransportRequestOptions.options. 43 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/discovery/zen/fd/NodesFaultDetection.java

    Severity Rule Message Line Col
    #A635 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.concurrent.ConcurrentCollections.newConcurrentMap. 38
    #A636 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.concurrent.ConcurrentCollections.newConcurrentMap. 38 77
    #A637 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.transport.TransportRequestOptions.options. 39
    #A638 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.transport.TransportRequestOptions.options. 39 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/discovery/zen/ping/ZenPing.java

    Severity Rule Message Line Col
    #A639 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.ClusterName.readClusterName. 38
    #A640 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.ClusterName.readClusterName. 38 52
    #A641 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.node.DiscoveryNode.readNode. 39
    #A642 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.node.DiscoveryNode.readNode. 39 59

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/discovery/zen/ping/multicast/MulticastZenPing.java

    Severity Rule Message Line Col
    #A643 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.node.DiscoveryNode.readNode. 55
    #A644 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.node.DiscoveryNode.readNode. 55 59
    #A645 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 56
    #A646 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 56 74
    #A647 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.concurrent.ConcurrentCollections.newConcurrentMap. 57
    #A648 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.concurrent.ConcurrentCollections.newConcurrentMap. 57 77

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/discovery/zen/ping/unicast/UnicastZenPing.java

    Severity Rule Message Line Col
    #A649 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 54
    #A650 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 54 46
    #A651 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.readTimeValue. 55
    #A652 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.readTimeValue. 55 54
    #A653 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.concurrent.ConcurrentCollections.newConcurrentMap. 56
    #A654 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.concurrent.ConcurrentCollections.newConcurrentMap. 56 77
    #A655 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.discovery.zen.ping.ZenPing.PingResponse.readPingResponse. 57
    #A656 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.discovery.zen.ping.ZenPing.PingResponse.readPingResponse. 57 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/env/Environment.java

    Severity Rule Message Line Col
    #A657 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.Strings.cleanPath. 34
    #A658 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.Strings.cleanPath. 34 47
    #A659 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 35
    #A660 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 35 74

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/http/HttpServer.java

    Severity Rule Message Line Col
    #A661 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.*. 38
    #A662 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.*. 38 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/http/HttpServerModule.java

    Severity Rule Message Line Col
    #A663 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.Preconditions.checkNotNull. 29
    #A664 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.Preconditions.checkNotNull. 29 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/http/netty/NettyHttpChannel.java

    Severity Rule Message Line Col
    #A665 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.http.netty.NettyHttpServerTransport.*. 46
    #A666 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.http.netty.NettyHttpServerTransport.*. 46 68
    #A667 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpHeaders.Names.*. 47
    #A668 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpHeaders.Names.*. 47 67

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/http/netty/NettyHttpServerTransport.java

    Severity Rule Message Line Col
    #A669 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.network.NetworkService.TcpSettings.*. 58
    #A670 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.network.NetworkService.TcpSettings.*. 58 74
    #A671 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.concurrent.EsExecutors.daemonThreadFactory. 59
    #A672 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.concurrent.EsExecutors.daemonThreadFactory. 59 67

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/IndexService.java

    Severity Rule Message Line Col
    #A673 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 90
    #A674 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 90 45
    #A675 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.collect.MapBuilder.newMapBuilder. 91
    #A676 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.collect.MapBuilder.newMapBuilder. 91 58

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/LocalNodeId.java

    Severity Rule Message Line Col
    #A677 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 28
    #A678 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 28 47
    #A679 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.PARAMETER. 29
    #A680 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.PARAMETER. 29 47
    #A681 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 30
    #A682 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 30 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/AnalysisService.java

    Severity Rule Message Line Col
    #A683 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 40
    #A684 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 40 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/CustomAnalyzerProvider.java

    Severity Rule Message Line Col
    #A685 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 30
    #A686 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 30 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/EdgeNGramTokenizerFactory.java

    Severity Rule Message Line Col
    #A687 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.analysis.NGramTokenizerFactory.parseTokenChars. 37
    #A688 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.analysis.NGramTokenizerFactory.parseTokenChars. 37 69

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/WordDelimiterTokenFilterFactory.java

    Severity Rule Message Line Col
    #A689 warning AvoidStaticImport Using a static member import should be avoided - org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter.*. 40
    #A690 warning AvoidStaticImport Using a static member import should be avoided - org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter.*. 40 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/deletionpolicy/DeletionPolicyModule.java

    Severity Rule Message Line Col
    #A691 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.deletionpolicy.DeletionPolicyModule.DeletionPolicySettings.TYPE. 27
    #A692 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.deletionpolicy.DeletionPolicyModule.DeletionPolicySettings.TYPE. 27 97

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/engine/Engine.java

    Severity Rule Message Line Col
    #A693 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.lucene.SegmentReaderUtils.segmentReader. 63
    #A694 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.lucene.SegmentReaderUtils.segmentReader. 63 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/engine/IndexEngineModule.java

    Severity Rule Message Line Col
    #A695 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.inject.Modules.createModule. 29
    #A696 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.inject.Modules.createModule. 29 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/engine/internal/InternalIndexEngine.java

    Severity Rule Message Line Col
    #A697 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 29
    #A698 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 29 74

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fieldvisitor/FieldsVisitor.java

    Severity Rule Message Line Col
    #A699 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 36
    #A700 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 36 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/gateway/IndexShardGatewayService.java

    Severity Rule Message Line Col
    #A701 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueMillis. 34
    #A702 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueMillis. 34 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/get/GetResult.java

    Severity Rule Message Line Col
    #A703 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterators.emptyIterator. 39
    #A704 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Iterators.emptyIterator. 39 50
    #A705 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMapWithExpectedSize. 40
    #A706 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMapWithExpectedSize. 40 45
    #A707 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.get.GetField.readGetField. 41
    #A708 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.get.GetField.readGetField. 41 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/get/ShardGetService.java

    Severity Rule Message Line Col
    #A709 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMapWithExpectedSize. 62
    #A710 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMapWithExpectedSize. 62 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/DocumentMapper.java

    Severity Rule Message Line Col
    #A711 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 62
    #A712 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 62 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/DocumentMapperParser.java

    Severity Rule Message Line Col
    #A713 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.doc. 58
    #A714 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.doc. 58 60

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/MapperService.java

    Severity Rule Message Line Col
    #A715 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.collect.MapBuilder.newMapBuilder. 75
    #A716 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.collect.MapBuilder.newMapBuilder. 75 58
    #A717 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.DocumentMapper.MergeFlags.mergeFlags. 76
    #A718 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.DocumentMapper.MergeFlags.mergeFlags. 76 71

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/core/BinaryFieldMapper.java

    Severity Rule Message Line Col
    #A719 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. 52
    #A720 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. 52 74
    #A721 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.binaryField. 53
    #A722 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.binaryField. 53 60
    #A723 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. 54
    #A724 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. 54 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/core/BooleanFieldMapper.java

    Severity Rule Message Line Col
    #A725 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. 46
    #A726 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. 46 74
    #A727 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.booleanField. 47
    #A728 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.booleanField. 47 60
    #A729 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. 48
    #A730 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. 48 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/core/ByteFieldMapper.java

    Severity Rule Message Line Col
    #A731 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeByteValue. 55
    #A732 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeByteValue. 55 74
    #A733 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.byteField. 56
    #A734 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.byteField. 56 60
    #A735 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseNumberField. 57
    #A736 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseNumberField. 57 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/core/CompletionFieldMapper.java

    Severity Rule Message Line Col
    #A737 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.completionField. 51
    #A738 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.completionField. 51 60
    #A739 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseMultiField. 52
    #A740 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseMultiField. 52 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/core/DateFieldMapper.java

    Severity Rule Message Line Col
    #A741 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.dateField. 69
    #A742 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.dateField. 69 60
    #A743 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseDateTimeFormatter. 70
    #A744 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseDateTimeFormatter. 70 62
    #A745 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseNumberField. 71
    #A746 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseNumberField. 71 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/core/DoubleFieldMapper.java

    Severity Rule Message Line Col
    #A747 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeDoubleValue. 59
    #A748 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeDoubleValue. 59 74
    #A749 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.doubleField. 60
    #A750 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.doubleField. 60 60
    #A751 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseNumberField. 61
    #A752 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseNumberField. 61 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/core/FloatFieldMapper.java

    Severity Rule Message Line Col
    #A753 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeFloatValue. 60
    #A754 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeFloatValue. 60 74
    #A755 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.floatField. 61
    #A756 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.floatField. 61 60
    #A757 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseNumberField. 62
    #A758 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseNumberField. 62 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/core/IntegerFieldMapper.java

    Severity Rule Message Line Col
    #A759 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeIntegerValue. 56
    #A760 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeIntegerValue. 56 74
    #A761 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.integerField. 57
    #A762 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.integerField. 57 60
    #A763 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseNumberField. 58
    #A764 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseNumberField. 58 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/core/LongFieldMapper.java

    Severity Rule Message Line Col
    #A765 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeLongValue. 56
    #A766 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeLongValue. 56 74
    #A767 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.longField. 57
    #A768 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.longField. 57 60
    #A769 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseNumberField. 58
    #A770 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseNumberField. 58 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/core/Murmur3FieldMapper.java

    Severity Rule Message Line Col
    #A771 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.murmur3Field. 40
    #A772 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.murmur3Field. 40 60
    #A773 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseNumberField. 41
    #A774 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseNumberField. 41 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/core/ShortFieldMapper.java

    Severity Rule Message Line Col
    #A775 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeShortValue. 57
    #A776 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeShortValue. 57 74
    #A777 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.shortField. 58
    #A778 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.shortField. 58 60
    #A779 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseNumberField. 59
    #A780 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseNumberField. 59 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/core/StringFieldMapper.java

    Severity Rule Message Line Col
    #A781 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.stringField. 48
    #A782 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.stringField. 48 60
    #A783 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. 49
    #A784 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. 49 62
    #A785 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseMultiField. 50
    #A786 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseMultiField. 50 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/core/TokenCountFieldMapper.java

    Severity Rule Message Line Col
    #A787 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeIntegerValue. 41
    #A788 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeIntegerValue. 41 74
    #A789 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.tokenCountField. 42
    #A790 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.tokenCountField. 42 60
    #A791 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseNumberField. 43
    #A792 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseNumberField. 43 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/core/TypeParsers.java

    Severity Rule Message Line Col
    #A793 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.*. 42
    #A794 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.*. 42 74
    #A795 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.FieldMapper.DOC_VALUES_FORMAT. 43
    #A796 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.FieldMapper.DOC_VALUES_FORMAT. 43 57

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/geo/GeoPointFieldMapper.java

    Severity Rule Message Line Col
    #A797 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.*. 60
    #A798 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.*. 60 60
    #A799 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.*. 61
    #A800 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.*. 61 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/geo/GeoShapeFieldMapper.java

    Severity Rule Message Line Col
    #A801 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.geoShapeField. 54
    #A802 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.geoShapeField. 54 60

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/internal/AllFieldMapper.java

    Severity Rule Message Line Col
    #A803 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. 53
    #A804 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. 53 74
    #A805 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.all. 54
    #A806 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.all. 54 60
    #A807 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. 55
    #A808 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. 55 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/internal/AnalyzerMapper.java

    Severity Rule Message Line Col
    #A809 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.analyzer. 33
    #A810 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.analyzer. 33 60

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/internal/BoostFieldMapper.java

    Severity Rule Message Line Col
    #A811 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeFloatValue. 54
    #A812 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeFloatValue. 54 74
    #A813 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseNumberField. 55
    #A814 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseNumberField. 55 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/internal/FieldNamesFieldMapper.java

    Severity Rule Message Line Col
    #A815 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. 55
    #A816 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. 55 74
    #A817 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.fieldNames. 56
    #A818 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.fieldNames. 56 60
    #A819 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. 57
    #A820 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. 57 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/internal/IdFieldMapper.java

    Severity Rule Message Line Col
    #A821 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.id. 56
    #A822 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.id. 56 60
    #A823 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. 57
    #A824 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. 57 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/internal/IndexFieldMapper.java

    Severity Rule Message Line Col
    #A825 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. 42
    #A826 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. 42 74
    #A827 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. 43
    #A828 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. 43 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/internal/ParentFieldMapper.java

    Severity Rule Message Line Col
    #A829 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.builder. 52
    #A830 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.builder. 52 66
    #A831 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 53
    #A832 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 53 66
    #A833 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeMapValue. 54
    #A834 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeMapValue. 54 74
    #A835 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.parent. 55
    #A836 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.parent. 55 60

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/internal/RoutingFieldMapper.java

    Severity Rule Message Line Col
    #A837 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. 42
    #A838 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. 42 74
    #A839 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.routing. 43
    #A840 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.routing. 43 60
    #A841 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. 44
    #A842 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. 44 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/internal/SizeFieldMapper.java

    Severity Rule Message Line Col
    #A843 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. 39
    #A844 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. 39 74
    #A845 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.size. 40
    #A846 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.size. 40 60
    #A847 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseStore. 41
    #A848 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseStore. 41 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/internal/SourceFieldMapper.java

    Severity Rule Message Line Col
    #A849 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. 54
    #A850 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. 54 74
    #A851 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeStringValue. 55
    #A852 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeStringValue. 55 74
    #A853 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.source. 56
    #A854 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.source. 56 60

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/internal/TTLFieldMapper.java

    Severity Rule Message Line Col
    #A855 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. 46
    #A856 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. 46 74
    #A857 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeTimeValue. 47
    #A858 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeTimeValue. 47 74
    #A859 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.ttl. 48
    #A860 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.ttl. 48 60
    #A861 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. 49
    #A862 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. 49 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/internal/TimestampFieldMapper.java

    Severity Rule Message Line Col
    #A863 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. 48
    #A864 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. 48 74
    #A865 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.timestamp. 49
    #A866 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.timestamp. 49 60
    #A867 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseDateTimeFormatter. 50
    #A868 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseDateTimeFormatter. 50 62
    #A869 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. 51
    #A870 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. 51 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/internal/TypeFieldMapper.java

    Severity Rule Message Line Col
    #A871 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.type. 50
    #A872 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.type. 50 60
    #A873 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. 51
    #A874 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. 51 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/internal/UidFieldMapper.java

    Severity Rule Message Line Col
    #A875 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.uid. 47
    #A876 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.uid. 47 60
    #A877 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. 48
    #A878 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. 48 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/internal/VersionFieldMapper.java

    Severity Rule Message Line Col
    #A879 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.version. 39
    #A880 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.version. 39 60

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/ip/IpFieldMapper.java

    Severity Rule Message Line Col
    #A881 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.ipField. 62
    #A882 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.ipField. 62 60
    #A883 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseNumberField. 63
    #A884 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseNumberField. 63 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/object/ObjectMapper.java

    Severity Rule Message Line Col
    #A885 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 49
    #A886 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 49 46
    #A887 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. 50
    #A888 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. 50 74
    #A889 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.*. 51
    #A890 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.*. 51 60
    #A891 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parsePathType. 52
    #A892 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parsePathType. 52 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/object/RootObjectMapper.java

    Severity Rule Message Line Col
    #A893 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 38
    #A894 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 38 46
    #A895 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. 39
    #A896 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. 39 74
    #A897 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseDateTimeFormatter. 40
    #A898 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseDateTimeFormatter. 40 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/AndFilterParser.java

    Severity Rule Message Line Col
    #A899 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 31
    #A900 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 31 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/BoolQueryParser.java

    Severity Rule Message Line Col
    #A901 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 34
    #A902 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 34 46
    #A903 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.lucene.search.Queries.fixNegativeQueryIfNeeded. 35
    #A904 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.lucene.search.Queries.fixNegativeQueryIfNeeded. 35 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/CommonTermsQueryParser.java

    Severity Rule Message Line Col
    #A905 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. 39
    #A906 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. 39 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/DisMaxQueryBuilder.java

    Severity Rule Message Line Col
    #A907 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 27
    #A908 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 27 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/DisMaxQueryParser.java

    Severity Rule Message Line Col
    #A909 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 31
    #A910 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 31 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/ExistsFilterParser.java

    Severity Rule Message Line Col
    #A911 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. 37
    #A912 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. 37 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/FuzzyLikeThisFieldQueryParser.java

    Severity Rule Message Line Col
    #A913 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. 36
    #A914 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. 36 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/FuzzyQueryParser.java

    Severity Rule Message Line Col
    #A915 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. 35
    #A916 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. 35 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/GeoBoundingBoxFilterParser.java

    Severity Rule Message Line Col
    #A917 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. 38
    #A918 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. 38 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/GeoDistanceFilterParser.java

    Severity Rule Message Line Col
    #A919 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. 39
    #A920 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. 39 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/GeoDistanceRangeFilterParser.java

    Severity Rule Message Line Col
    #A921 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. 39
    #A922 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. 39 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/GeoPolygonFilterParser.java

    Severity Rule Message Line Col
    #A923 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. 39
    #A924 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. 39 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/GeoShapeFilterParser.java

    Severity Rule Message Line Col
    #A925 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. 38
    #A926 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. 38 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/HasChildFilterParser.java

    Severity Rule Message Line Col
    #A927 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryParserUtils.ensureNotDeleteByQuery. 44
    #A928 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryParserUtils.ensureNotDeleteByQuery. 44 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/HasChildQueryParser.java

    Severity Rule Message Line Col
    #A929 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryParserUtils.ensureNotDeleteByQuery. 46
    #A930 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryParserUtils.ensureNotDeleteByQuery. 46 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/HasParentFilterParser.java

    Severity Rule Message Line Col
    #A931 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.HasParentQueryParser.createParentQuery. 34
    #A932 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.HasParentQueryParser.createParentQuery. 34 65
    #A933 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryParserUtils.ensureNotDeleteByQuery. 35
    #A934 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryParserUtils.ensureNotDeleteByQuery. 35 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/HasParentQueryParser.java

    Severity Rule Message Line Col
    #A935 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryParserUtils.ensureNotDeleteByQuery. 46
    #A936 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryParserUtils.ensureNotDeleteByQuery. 46 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/IndexQueryParserService.java

    Severity Rule Message Line Col
    #A937 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 57
    #A938 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 57 46
    #A939 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 58
    #A940 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 58 45
    #A941 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 59
    #A942 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 59 74

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/MissingFilterParser.java

    Severity Rule Message Line Col
    #A943 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. 39
    #A944 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. 39 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/MoreLikeThisFieldQueryParser.java

    Severity Rule Message Line Col
    #A945 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. 36
    #A946 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. 36 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/MoreLikeThisQueryParser.java

    Severity Rule Message Line Col
    #A947 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.Uid.createUidAsBytes. 50
    #A948 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.Uid.createUidAsBytes. 50 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/NumericRangeFilterParser.java

    Severity Rule Message Line Col
    #A949 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. 32
    #A950 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. 32 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/OrFilterParser.java

    Severity Rule Message Line Col
    #A951 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 31
    #A952 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 31 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/PrefixFilterParser.java

    Severity Rule Message Line Col
    #A953 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. 33
    #A954 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. 33 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/PrefixQueryParser.java

    Severity Rule Message Line Col
    #A955 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. 34
    #A956 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. 34 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/QueryStringQueryBuilder.java

    Severity Rule Message Line Col
    #A957 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 31
    #A958 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 31 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/QueryStringQueryParser.java

    Severity Rule Message Line Col
    #A959 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.lucene.search.Queries.fixNegativeQueryIfNeeded. 45
    #A960 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.lucene.search.Queries.fixNegativeQueryIfNeeded. 45 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/RangeFilterParser.java

    Severity Rule Message Line Col
    #A961 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. 38
    #A962 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. 38 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/RangeQueryParser.java

    Severity Rule Message Line Col
    #A963 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. 36
    #A964 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. 36 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/RegexpFilterParser.java

    Severity Rule Message Line Col
    #A965 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. 34
    #A966 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. 34 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/RegexpQueryParser.java

    Severity Rule Message Line Col
    #A967 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. 36
    #A968 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. 36 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/ScriptFilterBuilder.java

    Severity Rule Message Line Col
    #A969 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 27
    #A970 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 27 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/ScriptFilterParser.java

    Severity Rule Message Line Col
    #A971 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 42
    #A972 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 42 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/SpanNearQueryParser.java

    Severity Rule Message Line Col
    #A973 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 32
    #A974 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 32 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/SpanOrQueryParser.java

    Severity Rule Message Line Col
    #A975 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 32
    #A976 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 32 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/TermFilterParser.java

    Severity Rule Message Line Col
    #A977 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. 33
    #A978 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. 33 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/TermQueryParser.java

    Severity Rule Message Line Col
    #A979 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. 32
    #A980 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. 32 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/TermsFilterParser.java

    Severity Rule Message Line Col
    #A981 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. 45
    #A982 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. 45 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/TermsQueryParser.java

    Severity Rule Message Line Col
    #A983 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 36
    #A984 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 36 46
    #A985 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.lucene.search.Queries.fixNegativeQueryIfNeeded. 37
    #A986 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.lucene.search.Queries.fixNegativeQueryIfNeeded. 37 61
    #A987 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. 38
    #A988 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. 38 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/TopChildrenQueryParser.java

    Severity Rule Message Line Col
    #A989 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryParserUtils.ensureNotDeleteByQuery. 38
    #A990 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryParserUtils.ensureNotDeleteByQuery. 38 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/WildcardQueryParser.java

    Severity Rule Message Line Col
    #A991 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. 33
    #A992 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. 33 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/search/MatchQuery.java

    Severity Rule Message Line Col
    #A993 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. 42
    #A994 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. 42 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/settings/IndexDynamicSettings.java

    Severity Rule Message Line Col
    #A995 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 28
    #A996 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 28 47
    #A997 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.PARAMETER. 29
    #A998 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.PARAMETER. 29 47
    #A999 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 30
    #A1000 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 30 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/settings/IndexSettings.java

    Severity Rule Message Line Col
    #A1001 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 28
    #A1002 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 28 47
    #A1003 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.PARAMETER. 29
    #A1004 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.PARAMETER. 29 47
    #A1005 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 30
    #A1006 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 30 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/shard/IndexShard.java

    Severity Rule Message Line Col
    #A1007 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.SourceToParse.source. 120
    #A1008 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.SourceToParse.source. 120 59

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/snapshots/blobstore/BlobStoreIndexShardRepository.java

    Severity Rule Message Line Col
    #A1009 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 68
    #A1010 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 68 46
    #A1011 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.repositories.blobstore.BlobStoreRepository.testBlobPrefix. 69
    #A1012 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.repositories.blobstore.BlobStoreRepository.testBlobPrefix. 69 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/snapshots/blobstore/BlobStoreIndexShardSnapshot.java

    Severity Rule Message Line Col
    #A1013 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 40
    #A1014 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 40 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/termvectors/ShardTermVectorService.java

    Severity Rule Message Line Col
    #A1015 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.SourceToParse.source. 51
    #A1016 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.SourceToParse.source. 51 59

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/translog/TranslogService.java

    Severity Rule Message Line Col
    #A1017 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueMillis. 43
    #A1018 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueMillis. 43 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/IndicesService.java

    Severity Rule Message Line Col
    #A1019 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 96
    #A1020 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 96 45
    #A1021 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 97
    #A1022 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 97 63
    #A1023 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 98
    #A1024 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 98 63
    #A1025 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.collect.MapBuilder.newMapBuilder. 99
    #A1026 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.collect.MapBuilder.newMapBuilder. 99 58
    #A1027 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 100
    #A1028 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 100 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/analysis/IndicesAnalysisService.java

    Severity Rule Message Line Col
    #A1029 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 34
    #A1030 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 34 74

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/breaker/HierarchyCircuitBreakerService.java

    Severity Rule Message Line Col
    #A1031 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 38
    #A1032 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 38 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/cache/query/IndicesQueryCache.java

    Severity Rule Message Line Col
    #A1033 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.Strings.hasLength. 60
    #A1034 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.Strings.hasLength. 60 47

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/cluster/IndicesClusterStateService.java

    Severity Rule Message Line Col
    #A1035 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 76
    #A1036 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 76 45
    #A1037 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.ExceptionsHelper.detailedMessage. 77
    #A1038 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.ExceptionsHelper.detailedMessage. 77 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/recovery/RecoveryTarget.java

    Severity Rule Message Line Col
    #A1039 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueMillis. 61
    #A1040 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueMillis. 61 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/monitor/jvm/JvmMonitorService.java

    Severity Rule Message Line Col
    #A1041 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueSeconds. 37
    #A1042 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueSeconds. 37 54
    #A1043 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector. 38
    #A1044 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector. 38 53
    #A1045 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.monitor.jvm.JvmStats.jvmStats. 39
    #A1046 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.monitor.jvm.JvmStats.jvmStats. 39 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/monitor/process/JmxProcessProbe.java

    Severity Rule Message Line Col
    #A1047 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.monitor.jvm.JvmInfo.jvmInfo. 30
    #A1048 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.monitor.jvm.JvmInfo.jvmInfo. 30 52

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/node/internal/InternalNode.java

    Severity Rule Message Line Col
    #A1049 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 109
    #A1050 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 109 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/node/internal/InternalSettingsPreparer.java

    Severity Rule Message Line Col
    #A1051 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.Strings.cleanPath. 33
    #A1052 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.Strings.cleanPath. 33 47
    #A1053 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 34
    #A1054 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 34 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/percolator/PercolatorService.java

    Severity Rule Message Line Col
    #A1055 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.SourceToParse.source. 97
    #A1056 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.SourceToParse.source. 97 59
    #A1057 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.percolator.QueryCollector.*. 98
    #A1058 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.percolator.QueryCollector.*. 98 58

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/plugins/IndexPluginsModule.java

    Severity Rule Message Line Col
    #A1059 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.inject.Modules.createModule. 32
    #A1060 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.inject.Modules.createModule. 32 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/plugins/PluginManager.java

    Severity Rule Message Line Col
    #A1061 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.Strings.hasLength. 55
    #A1062 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.Strings.hasLength. 55 47
    #A1063 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.FileSystemUtils.moveFilesWithoutOverwriting. 56
    #A1064 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.FileSystemUtils.moveFilesWithoutOverwriting. 56 58
    #A1065 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 57
    #A1066 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 57 74

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/plugins/PluginsModule.java

    Severity Rule Message Line Col
    #A1067 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.inject.Modules.createModule. 32
    #A1068 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.inject.Modules.createModule. 32 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/plugins/PluginsService.java

    Severity Rule Message Line Col
    #A1069 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.FileSystemUtils.isAccessibleDirectory. 52
    #A1070 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.FileSystemUtils.isAccessibleDirectory. 52 58

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/plugins/ShardsPluginsModule.java

    Severity Rule Message Line Col
    #A1071 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.inject.Modules.createModule. 32
    #A1072 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.inject.Modules.createModule. 32 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/repositories/RepositoriesService.java

    Severity Rule Message Line Col
    #A1073 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 51
    #A1074 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 51 45
    #A1075 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 52
    #A1076 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 52 74

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/repositories/RepositoryModule.java

    Severity Rule Message Line Col
    #A1077 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.Strings.toCamelCase. 34
    #A1078 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.Strings.toCamelCase. 34 47

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/repositories/VerifyNodeRepositoryAction.java

    Severity Rule Message Line Col
    #A1079 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 45
    #A1080 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 45 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/repositories/blobstore/BlobStoreRepository.java

    Severity Rule Message Line Col
    #A1081 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 68
    #A1082 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 68 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/BytesRestResponse.java

    Severity Rule Message Line Col
    #A1083 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.ExceptionsHelper.detailedMessage. 29
    #A1084 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.ExceptionsHelper.detailedMessage. 29 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/RestController.java

    Severity Rule Message Line Col
    #A1085 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.*. 39
    #A1086 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.*. 39 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/RestRequest.java

    Severity Rule Message Line Col
    #A1087 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.ByteSizeValue.parseBytesSizeValue. 36
    #A1088 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.ByteSizeValue.parseBytesSizeValue. 36 58
    #A1089 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.parseTimeValue. 37
    #A1090 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.parseTimeValue. 37 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/health/RestClusterHealthAction.java

    Severity Rule Message Line Col
    #A1091 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.clusterHealthRequest. 34
    #A1092 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.clusterHealthRequest. 34 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/node/info/RestNodesInfoAction.java

    Severity Rule Message Line Col
    #A1093 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 36
    #A1094 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 36 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/node/stats/RestNodesStatsAction.java

    Severity Rule Message Line Col
    #A1095 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 35
    #A1096 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 35 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/repositories/delete/RestDeleteRepositoryAction.java

    Severity Rule Message Line Col
    #A1097 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.deleteRepositoryRequest. 30
    #A1098 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.deleteRepositoryRequest. 30 48
    #A1099 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.DELETE. 31
    #A1100 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.DELETE. 31 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/repositories/get/RestGetRepositoriesAction.java

    Severity Rule Message Line Col
    #A1101 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.getRepositoryRequest. 34
    #A1102 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.getRepositoryRequest. 34 48
    #A1103 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 35
    #A1104 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 35 56
    #A1105 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 36
    #A1106 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 36 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/repositories/put/RestPutRepositoryAction.java

    Severity Rule Message Line Col
    #A1107 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.putRepositoryRequest. 30
    #A1108 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.putRepositoryRequest. 30 48
    #A1109 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 31
    #A1110 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 31 56
    #A1111 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.PUT. 32
    #A1112 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.PUT. 32 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/repositories/verify/RestVerifyRepositoryAction.java

    Severity Rule Message Line Col
    #A1113 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.verifyRepositoryRequest. 34
    #A1114 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.verifyRepositoryRequest. 34 48
    #A1115 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 35
    #A1116 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 35 56
    #A1117 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.PUT. 36
    #A1118 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.PUT. 36 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/shards/RestClusterSearchShardsAction.java

    Severity Rule Message Line Col
    #A1119 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 33
    #A1120 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 33 56
    #A1121 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 34
    #A1122 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 34 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/snapshots/create/RestCreateSnapshotAction.java

    Severity Rule Message Line Col
    #A1123 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.createSnapshotRequest. 30
    #A1124 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.createSnapshotRequest. 30 48
    #A1125 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 31
    #A1126 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 31 56
    #A1127 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.PUT. 32
    #A1128 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.PUT. 32 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/snapshots/delete/RestDeleteSnapshotAction.java

    Severity Rule Message Line Col
    #A1129 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.deleteSnapshotRequest. 30
    #A1130 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.deleteSnapshotRequest. 30 48
    #A1131 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.DELETE. 31
    #A1132 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.DELETE. 31 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/snapshots/get/RestGetSnapshotsAction.java

    Severity Rule Message Line Col
    #A1133 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.getSnapshotsRequest. 31
    #A1134 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.getSnapshotsRequest. 31 48
    #A1135 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 32
    #A1136 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 32 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/snapshots/restore/RestRestoreSnapshotAction.java

    Severity Rule Message Line Col
    #A1137 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.restoreSnapshotRequest. 30
    #A1138 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.restoreSnapshotRequest. 30 48
    #A1139 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 31
    #A1140 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 31 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/snapshots/status/RestSnapshotsStatusAction.java

    Severity Rule Message Line Col
    #A1141 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.snapshotsStatusRequest. 31
    #A1142 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.snapshotsStatusRequest. 31 48
    #A1143 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 32
    #A1144 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 32 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/alias/RestIndicesAliasesAction.java

    Severity Rule Message Line Col
    #A1145 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.AliasAction.newAddAliasAction. 36
    #A1146 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.AliasAction.newAddAliasAction. 36 61
    #A1147 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 37
    #A1148 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 37 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/alias/delete/RestIndexDeleteAliasesAction.java

    Severity Rule Message Line Col
    #A1149 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.DELETE. 30
    #A1150 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.DELETE. 30 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/alias/get/RestGetAliasesAction.java

    Severity Rule Message Line Col
    #A1151 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 40
    #A1152 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 40 56
    #A1153 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 41
    #A1154 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 41 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/alias/get/RestGetIndicesAliasesAction.java

    Severity Rule Message Line Col
    #A1155 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.Strings.isAllOrWildcard. 38
    #A1156 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.Strings.isAllOrWildcard. 38 47
    #A1157 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 39
    #A1158 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 39 56
    #A1159 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 40
    #A1160 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 40 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/alias/head/RestAliasesExistAction.java

    Severity Rule Message Line Col
    #A1161 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.HEAD. 33
    #A1162 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.HEAD. 33 56
    #A1163 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. 34
    #A1164 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. 34 48
    #A1165 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 35
    #A1166 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 35 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/alias/put/RestIndexPutAliasAction.java

    Severity Rule Message Line Col
    #A1167 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 40
    #A1168 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 40 56
    #A1169 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.PUT. 41
    #A1170 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.PUT. 41 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/analyze/RestAnalyzeAction.java

    Severity Rule Message Line Col
    #A1171 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 30
    #A1172 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 30 56
    #A1173 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 31
    #A1174 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 31 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/cache/clear/RestClearIndicesCacheAction.java

    Severity Rule Message Line Col
    #A1175 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 36
    #A1176 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 36 56
    #A1177 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 37
    #A1178 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 37 56
    #A1179 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 38
    #A1180 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 38 48
    #A1181 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestActions.buildBroadcastShardsHeader. 39
    #A1182 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestActions.buildBroadcastShardsHeader. 39 64

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/exists/indices/RestIndicesExistsAction.java

    Severity Rule Message Line Col
    #A1183 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.HEAD. 32
    #A1184 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.HEAD. 32 56
    #A1185 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. 33
    #A1186 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. 33 48
    #A1187 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 34
    #A1188 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 34 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/exists/types/RestTypesExistsAction.java

    Severity Rule Message Line Col
    #A1189 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.HEAD. 31
    #A1190 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.HEAD. 31 56
    #A1191 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. 32
    #A1192 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. 32 48
    #A1193 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 33
    #A1194 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 33 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/flush/RestFlushAction.java

    Severity Rule Message Line Col
    #A1195 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 33
    #A1196 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 33 56
    #A1197 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 34
    #A1198 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 34 56
    #A1199 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 35
    #A1200 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 35 48
    #A1201 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestActions.buildBroadcastShardsHeader. 36
    #A1202 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestActions.buildBroadcastShardsHeader. 36 64

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/get/RestGetIndicesAction.java

    Severity Rule Message Line Col
    #A1203 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 50
    #A1204 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 50 56
    #A1205 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 51
    #A1206 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 51 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/mapping/delete/RestDeleteMappingAction.java

    Severity Rule Message Line Col
    #A1207 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.deleteMappingRequest. 32
    #A1208 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.deleteMappingRequest. 32 48
    #A1209 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.DELETE. 33
    #A1210 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.DELETE. 33 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/mapping/get/RestGetFieldMappingAction.java

    Severity Rule Message Line Col
    #A1211 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 38
    #A1212 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 38 56
    #A1213 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. 39
    #A1214 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. 39 48
    #A1215 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 40
    #A1216 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 40 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/mapping/get/RestGetMappingAction.java

    Severity Rule Message Line Col
    #A1217 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 40
    #A1218 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 40 56
    #A1219 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 41
    #A1220 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 41 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/mapping/put/RestPutMappingAction.java

    Severity Rule Message Line Col
    #A1221 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.putMappingRequest. 32
    #A1222 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.putMappingRequest. 32 48
    #A1223 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 33
    #A1224 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 33 56
    #A1225 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.PUT. 34
    #A1226 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.PUT. 34 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/optimize/RestOptimizeAction.java

    Severity Rule Message Line Col
    #A1227 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 33
    #A1228 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 33 56
    #A1229 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 34
    #A1230 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 34 56
    #A1231 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 35
    #A1232 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 35 48
    #A1233 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestActions.buildBroadcastShardsHeader. 36
    #A1234 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestActions.buildBroadcastShardsHeader. 36 64

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/recovery/RestRecoveryAction.java

    Severity Rule Message Line Col
    #A1235 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 33
    #A1236 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 33 56
    #A1237 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 34
    #A1238 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 34 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/refresh/RestRefreshAction.java

    Severity Rule Message Line Col
    #A1239 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 33
    #A1240 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 33 56
    #A1241 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 34
    #A1242 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 34 56
    #A1243 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 35
    #A1244 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 35 48
    #A1245 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestActions.buildBroadcastShardsHeader. 36
    #A1246 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestActions.buildBroadcastShardsHeader. 36 64

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/segments/RestIndicesSegmentsAction.java

    Severity Rule Message Line Col
    #A1247 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 33
    #A1248 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 33 56
    #A1249 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 34
    #A1250 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 34 48
    #A1251 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestActions.buildBroadcastShardsHeader. 35
    #A1252 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestActions.buildBroadcastShardsHeader. 35 64

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/settings/RestGetSettingsAction.java

    Severity Rule Message Line Col
    #A1253 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 35
    #A1254 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 35 56
    #A1255 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 36
    #A1256 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 36 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/settings/RestUpdateSettingsAction.java

    Severity Rule Message Line Col
    #A1257 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.updateSettingsRequest. 35
    #A1258 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.updateSettingsRequest. 35 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/stats/RestIndicesStatsAction.java

    Severity Rule Message Line Col
    #A1259 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 35
    #A1260 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 35 56
    #A1261 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 36
    #A1262 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 36 48
    #A1263 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestActions.buildBroadcastShardsHeader. 37
    #A1264 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestActions.buildBroadcastShardsHeader. 37 64

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/status/RestIndicesStatusAction.java

    Severity Rule Message Line Col
    #A1265 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 34
    #A1266 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 34 56
    #A1267 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 35
    #A1268 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 35 48
    #A1269 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestActions.buildBroadcastShardsHeader. 36
    #A1270 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestActions.buildBroadcastShardsHeader. 36 64

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/template/get/RestGetIndexTemplateAction.java

    Severity Rule Message Line Col
    #A1271 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 36
    #A1272 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 36 56
    #A1273 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. 37
    #A1274 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. 37 48
    #A1275 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 38
    #A1276 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 38 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/template/head/RestHeadIndexTemplateAction.java

    Severity Rule Message Line Col
    #A1277 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.HEAD. 29
    #A1278 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.HEAD. 29 56
    #A1279 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. 30
    #A1280 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. 30 48
    #A1281 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 31
    #A1282 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 31 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/upgrade/RestUpgradeAction.java

    Severity Rule Message Line Col
    #A1283 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 42
    #A1284 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 42 56
    #A1285 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 43
    #A1286 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 43 56
    #A1287 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 44
    #A1288 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 44 48
    #A1289 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestActions.buildBroadcastShardsHeader. 45
    #A1290 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestActions.buildBroadcastShardsHeader. 45 64

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/validate/query/RestValidateQueryAction.java

    Severity Rule Message Line Col
    #A1291 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 36
    #A1292 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 36 56
    #A1293 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 37
    #A1294 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 37 56
    #A1295 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 38
    #A1296 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 38 48
    #A1297 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestActions.buildBroadcastShardsHeader. 39
    #A1298 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestActions.buildBroadcastShardsHeader. 39 64

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/warmer/delete/RestDeleteWarmerAction.java

    Severity Rule Message Line Col
    #A1299 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.DELETE. 31
    #A1300 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.DELETE. 31 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/warmer/get/RestGetWarmerAction.java

    Severity Rule Message Line Col
    #A1301 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 35
    #A1302 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 35 56
    #A1303 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 36
    #A1304 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 36 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/warmer/put/RestPutWarmerAction.java

    Severity Rule Message Line Col
    #A1305 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 32
    #A1306 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 32 56
    #A1307 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.PUT. 33
    #A1308 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.PUT. 33 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/bulk/RestBulkAction.java

    Severity Rule Message Line Col
    #A1309 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 40
    #A1310 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 40 56
    #A1311 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.PUT. 41
    #A1312 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.PUT. 41 56
    #A1313 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 42
    #A1314 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 42 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/cat/AbstractCatAction.java

    Severity Rule Message Line Col
    #A1315 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestTable.buildHelpWidths. 28
    #A1316 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestTable.buildHelpWidths. 28 62
    #A1317 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestTable.pad. 29
    #A1318 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestTable.pad. 29 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/cat/RestAliasAction.java

    Severity Rule Message Line Col
    #A1319 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 36
    #A1320 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 36 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/cat/RestAllocationAction.java

    Severity Rule Message Line Col
    #A1321 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 41
    #A1322 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 41 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/cat/RestCatAction.java

    Severity Rule Message Line Col
    #A1323 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 29
    #A1324 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 29 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/cat/RestCountAction.java

    Severity Rule Message Line Col
    #A1325 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 39
    #A1326 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 39 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/cat/RestFielddataAction.java

    Severity Rule Message Line Col
    #A1327 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 41
    #A1328 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 41 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/cat/RestHealthAction.java

    Severity Rule Message Line Col
    #A1329 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 40
    #A1330 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 40 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/cat/RestIndicesAction.java

    Severity Rule Message Line Col
    #A1331 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 46
    #A1332 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 46 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/cat/RestMasterAction.java

    Severity Rule Message Line Col
    #A1333 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 34
    #A1334 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 34 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/cat/RestNodesAction.java

    Severity Rule Message Line Col
    #A1335 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 67
    #A1336 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 67 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/cat/RestPendingClusterTasksAction.java

    Severity Rule Message Line Col
    #A1337 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 33
    #A1338 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 33 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/cat/RestPluginsAction.java

    Severity Rule Message Line Col
    #A1339 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 39
    #A1340 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 39 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/cat/RestRecoveryAction.java

    Severity Rule Message Line Col
    #A1341 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 44
    #A1342 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 44 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/cat/RestSegmentsAction.java

    Severity Rule Message Line Col
    #A1343 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 40
    #A1344 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 40 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/cat/RestShardsAction.java

    Severity Rule Message Line Col
    #A1345 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 39
    #A1346 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 39 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/cat/RestThreadPoolAction.java

    Severity Rule Message Line Col
    #A1347 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 48
    #A1348 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 48 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/count/RestCountAction.java

    Severity Rule Message Line Col
    #A1349 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.count.CountRequest.DEFAULT_MIN_SCORE. 36
    #A1350 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.count.CountRequest.DEFAULT_MIN_SCORE. 36 58
    #A1351 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.internal.SearchContext.DEFAULT_TERMINATE_AFTER. 37
    #A1352 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.internal.SearchContext.DEFAULT_TERMINATE_AFTER. 37 62
    #A1353 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 38
    #A1354 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 38 56
    #A1355 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 39
    #A1356 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 39 56
    #A1357 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestActions.buildBroadcastShardsHeader. 40
    #A1358 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestActions.buildBroadcastShardsHeader. 40 64

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/delete/RestDeleteAction.java

    Severity Rule Message Line Col
    #A1359 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.DELETE. 36
    #A1360 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.DELETE. 36 56
    #A1361 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. 37
    #A1362 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. 37 48
    #A1363 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 38
    #A1364 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 38 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/deletebyquery/RestDeleteByQueryAction.java

    Severity Rule Message Line Col
    #A1365 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.DELETE. 41
    #A1366 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.DELETE. 41 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/exists/RestExistsAction.java

    Severity Rule Message Line Col
    #A1367 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.exists.ExistsRequest.DEFAULT_MIN_SCORE. 34
    #A1368 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.exists.ExistsRequest.DEFAULT_MIN_SCORE. 34 60
    #A1369 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. 35
    #A1370 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. 35 48
    #A1371 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 36
    #A1372 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 36 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/explain/RestExplainAction.java

    Severity Rule Message Line Col
    #A1373 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 43
    #A1374 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 43 56
    #A1375 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 44
    #A1376 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 44 56
    #A1377 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. 45
    #A1378 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. 45 48
    #A1379 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 46
    #A1380 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 46 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/get/RestGetAction.java

    Severity Rule Message Line Col
    #A1381 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 35
    #A1382 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 35 56
    #A1383 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. 36
    #A1384 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. 36 48
    #A1385 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 37
    #A1386 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 37 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/get/RestGetSourceAction.java

    Severity Rule Message Line Col
    #A1387 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 36
    #A1388 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 36 56
    #A1389 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. 37
    #A1390 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. 37 48
    #A1391 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 38
    #A1392 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 38 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/get/RestHeadAction.java

    Severity Rule Message Line Col
    #A1393 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.HEAD. 31
    #A1394 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.HEAD. 31 56
    #A1395 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. 32
    #A1396 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. 32 48
    #A1397 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 33
    #A1398 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 33 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/get/RestMultiGetAction.java

    Severity Rule Message Line Col
    #A1399 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 33
    #A1400 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 33 56
    #A1401 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 34
    #A1402 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 34 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/index/RestIndexAction.java

    Severity Rule Message Line Col
    #A1403 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 39
    #A1404 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 39 56
    #A1405 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.PUT. 40
    #A1406 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.PUT. 40 56
    #A1407 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.*. 41
    #A1408 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.*. 41 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/main/RestMainAction.java

    Severity Rule Message Line Col
    #A1409 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 33
    #A1410 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 33 56
    #A1411 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.HEAD. 34
    #A1412 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.HEAD. 34 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/mlt/RestMoreLikeThisAction.java

    Severity Rule Message Line Col
    #A1413 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.moreLikeThisRequest. 32
    #A1414 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.moreLikeThisRequest. 32 48
    #A1415 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.parseTimeValue. 33
    #A1416 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.parseTimeValue. 33 54
    #A1417 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 34
    #A1418 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 34 56
    #A1419 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 35
    #A1420 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 35 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/percolate/RestMultiPercolateAction.java

    Severity Rule Message Line Col
    #A1421 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 32
    #A1422 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 32 56
    #A1423 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 33
    #A1424 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 33 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/percolate/RestPercolateAction.java

    Severity Rule Message Line Col
    #A1425 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 34
    #A1426 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 34 56
    #A1427 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 35
    #A1428 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 35 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/script/RestDeleteIndexedScriptAction.java

    Severity Rule Message Line Col
    #A1429 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.DELETE. 32
    #A1430 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.DELETE. 32 56
    #A1431 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. 33
    #A1432 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. 33 48
    #A1433 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 34
    #A1434 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 34 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/script/RestGetIndexedScriptAction.java

    Severity Rule Message Line Col
    #A1435 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 36
    #A1436 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 36 56
    #A1437 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. 37
    #A1438 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. 37 48
    #A1439 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 38
    #A1440 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 38 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/script/RestPutIndexedScriptAction.java

    Severity Rule Message Line Col
    #A1441 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 36
    #A1442 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 36 56
    #A1443 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.PUT. 37
    #A1444 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.PUT. 37 56
    #A1445 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.*. 38
    #A1446 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.*. 38 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/search/RestClearScrollAction.java

    Severity Rule Message Line Col
    #A1447 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.DELETE. 34
    #A1448 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.DELETE. 34 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/search/RestMultiSearchAction.java

    Severity Rule Message Line Col
    #A1449 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 33
    #A1450 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 33 56
    #A1451 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 34
    #A1452 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 34 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/search/RestSearchAction.java

    Severity Rule Message Line Col
    #A1453 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.parseTimeValue. 41
    #A1454 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.parseTimeValue. 41 54
    #A1455 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 42
    #A1456 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 42 56
    #A1457 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 43
    #A1458 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 43 56
    #A1459 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.suggest.SuggestBuilders.termSuggestion. 44
    #A1460 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.suggest.SuggestBuilders.termSuggestion. 44 63

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/search/RestSearchScrollAction.java

    Severity Rule Message Line Col
    #A1461 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.parseTimeValue. 32
    #A1462 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.parseTimeValue. 32 54
    #A1463 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 33
    #A1464 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 33 56
    #A1465 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 34
    #A1466 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 34 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/suggest/RestSuggestAction.java

    Severity Rule Message Line Col
    #A1467 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 22
    #A1468 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 22 56
    #A1469 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 23
    #A1470 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 23 56
    #A1471 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestActions.buildBroadcastShardsHeader. 24
    #A1472 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestActions.buildBroadcastShardsHeader. 24 64

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/support/AcknowledgedRestListener.java

    Severity Rule Message Line Col
    #A1473 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 33
    #A1474 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 33 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/template/RestDeleteSearchTemplateAction.java

    Severity Rule Message Line Col
    #A1475 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.DELETE. 29
    #A1476 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.DELETE. 29 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/template/RestGetSearchTemplateAction.java

    Severity Rule Message Line Col
    #A1477 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 29
    #A1478 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 29 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/template/RestPutSearchTemplateAction.java

    Severity Rule Message Line Col
    #A1479 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 28
    #A1480 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 28 56
    #A1481 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.PUT. 29
    #A1482 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.PUT. 29 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/termvector/RestMultiTermVectorsAction.java

    Severity Rule Message Line Col
    #A1483 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 33
    #A1484 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 33 56
    #A1485 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 34
    #A1486 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 34 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/termvector/RestTermVectorAction.java

    Severity Rule Message Line Col
    #A1487 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 36
    #A1488 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. 36 56
    #A1489 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 37
    #A1490 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 37 56

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/update/RestUpdateAction.java

    Severity Rule Message Line Col
    #A1491 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 42
    #A1492 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. 42 56
    #A1493 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.CREATED. 43
    #A1494 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.CREATED. 43 48
    #A1495 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 44
    #A1496 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. 44 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/river/RiverIndexName.java

    Severity Rule Message Line Col
    #A1497 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 29
    #A1498 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. 29 47
    #A1499 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.PARAMETER. 30
    #A1500 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.PARAMETER. 30 47
    #A1501 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 31
    #A1502 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. 31 51

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/river/RiverModule.java

    Severity Rule Message Line Col
    #A1503 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.Strings.toCamelCase. 34
    #A1504 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.Strings.toCamelCase. 34 47

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/river/RiversService.java

    Severity Rule Message Line Col
    #A1505 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.support.TransportActions.isShardNotAvailableException. 58
    #A1506 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.support.TransportActions.isShardNotAvailableException. 58 64

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/river/cluster/RiverClusterService.java

    Severity Rule Message Line Col
    #A1507 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.Executors.newSingleThreadExecutor. 35
    #A1508 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.Executors.newSingleThreadExecutor. 35 45
    #A1509 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.concurrent.EsExecutors.daemonThreadFactory. 36
    #A1510 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.concurrent.EsExecutors.daemonThreadFactory. 36 67

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/script/groovy/GroovySandboxExpressionChecker.java

    Severity Rule Message Line Col
    #A1511 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 32
    #A1512 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 32 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/Scroll.java

    Severity Rule Message Line Col
    #A1513 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.readTimeValue. 29
    #A1514 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.readTimeValue. 29 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/SearchService.java

    Severity Rule Message Line Col
    #A1515 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.Strings.hasLength. 95
    #A1516 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.Strings.hasLength. 95 47
    #A1517 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueMinutes. 96
    #A1518 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueMinutes. 96 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/InternalAggregations.java

    Severity Rule Message Line Col
    #A1519 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 35
    #A1520 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 35 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/InternalFacets.java

    Severity Rule Message Line Col
    #A1521 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 38
    #A1522 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 38 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/fetch/FetchPhase.java

    Severity Rule Message Line Col
    #A1523 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 67
    #A1524 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 67 46
    #A1525 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.contentBuilder. 68
    #A1526 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.contentBuilder. 68 64

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/fetch/FetchSearchResult.java

    Severity Rule Message Line Col
    #A1527 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.internal.InternalSearchHits.StreamContext. 30
    #A1528 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.internal.InternalSearchHits.StreamContext. 30 67

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/fetch/QueryFetchSearchResult.java

    Severity Rule Message Line Col
    #A1529 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.fetch.FetchSearchResult.readFetchSearchResult. 31
    #A1530 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.fetch.FetchSearchResult.readFetchSearchResult. 31 63
    #A1531 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.query.QuerySearchResult.readQuerySearchResult. 32
    #A1532 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.query.QuerySearchResult.readQuerySearchResult. 32 63

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/fetch/ScrollQueryFetchSearchResult.java

    Severity Rule Message Line Col
    #A1533 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.SearchShardTarget.readSearchShardTarget. 29
    #A1534 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.SearchShardTarget.readSearchShardTarget. 29 57
    #A1535 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.fetch.QueryFetchSearchResult.readQueryFetchSearchResult. 30
    #A1536 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.fetch.QueryFetchSearchResult.readQueryFetchSearchResult. 30 68

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/fetch/innerhits/InnerHitsParseElement.java

    Severity Rule Message Line Col
    #A1537 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.InnerHitsQueryParserHelper.parseCommonInnerHitOptions. 42
    #A1538 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.support.InnerHitsQueryParserHelper.parseCommonInnerHitOptions. 42 79

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/highlight/HighlightBuilder.java

    Severity Rule Message Line Col
    #A1539 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 32
    #A1540 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 32 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/highlight/HighlightPhase.java

    Severity Rule Message Line Col
    #A1541 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 45
    #A1542 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 45 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/highlight/HighlighterParseElement.java

    Severity Rule Message Line Col
    #A1543 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 37
    #A1544 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 37 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/internal/InternalScrollSearchRequest.java

    Severity Rule Message Line Col
    #A1545 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.Scroll.readScroll. 30
    #A1546 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.Scroll.readScroll. 30 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/internal/InternalSearchHit.java

    Severity Rule Message Line Col
    #A1547 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.lucene.Lucene.readExplanation. 54
    #A1548 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.lucene.Lucene.readExplanation. 54 53
    #A1549 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.lucene.Lucene.writeExplanation. 55
    #A1550 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.lucene.Lucene.writeExplanation. 55 53
    #A1551 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.SearchShardTarget.readSearchShardTarget. 56
    #A1552 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.SearchShardTarget.readSearchShardTarget. 56 57
    #A1553 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.highlight.HighlightField.readHighlightField. 57
    #A1554 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.highlight.HighlightField.readHighlightField. 57 64
    #A1555 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.internal.InternalSearchHitField.readSearchHitField. 58
    #A1556 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.internal.InternalSearchHitField.readSearchHitField. 58 71

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/internal/InternalSearchHits.java

    Severity Rule Message Line Col
    #A1557 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.SearchShardTarget.readSearchShardTarget. 37
    #A1558 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.SearchShardTarget.readSearchShardTarget. 37 57
    #A1559 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.internal.InternalSearchHit.readSearchHit. 38
    #A1560 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.internal.InternalSearchHit.readSearchHit. 38 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/internal/InternalSearchResponse.java

    Severity Rule Message Line Col
    #A1561 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.internal.InternalSearchHits.readSearchHits. 37
    #A1562 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.internal.InternalSearchHits.readSearchHits. 37 67

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/internal/ShardSearchLocalRequest.java

    Severity Rule Message Line Col
    #A1563 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.Scroll.readScroll. 39
    #A1564 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.Scroll.readScroll. 39 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/query/QuerySearchRequest.java

    Severity Rule Message Line Col
    #A1565 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.dfs.AggregatedDfs.readAggregatedDfs. 33
    #A1566 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.dfs.AggregatedDfs.readAggregatedDfs. 33 57

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/query/QuerySearchResult.java

    Severity Rule Message Line Col
    #A1567 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.lucene.Lucene.readTopDocs. 35
    #A1568 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.lucene.Lucene.readTopDocs. 35 53
    #A1569 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.lucene.Lucene.writeTopDocs. 36
    #A1570 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.lucene.Lucene.writeTopDocs. 36 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/query/ScrollQuerySearchResult.java

    Severity Rule Message Line Col
    #A1571 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.SearchShardTarget.readSearchShardTarget. 29
    #A1572 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.SearchShardTarget.readSearchShardTarget. 29 57
    #A1573 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.query.QuerySearchResult.readQuerySearchResult. 30
    #A1574 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.query.QuerySearchResult.readQuerySearchResult. 30 63

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/SuggestParseElement.java

    Severity Rule Message Line Col
    #A1575 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 33
    #A1576 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 33 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/completion/CompletionSuggestParser.java

    Severity Rule Message Line Col
    #A1577 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.suggest.SuggestUtils.parseSuggestContext. 37
    #A1578 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.suggest.SuggestUtils.parseSuggestContext. 37 60

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/snapshots/RestoreService.java

    Severity Rule Message Line Col
    #A1579 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 60
    #A1580 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 60 46
    #A1581 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 61
    #A1582 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 61 45
    #A1583 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 62
    #A1584 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 62 45
    #A1585 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.*. 63
    #A1586 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.*. 63 63
    #A1587 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.MetaDataIndexStateService.INDEX_CLOSED_BLOCK. 64
    #A1588 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.MetaDataIndexStateService.INDEX_CLOSED_BLOCK. 64 75

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/snapshots/SnapshotsService.java

    Severity Rule Message Line Col
    #A1589 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 67
    #A1590 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 67 46
    #A1591 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 68
    #A1592 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 68 45
    #A1593 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 69
    #A1594 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 69 45

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/threadpool/ThreadPool.java

    Severity Rule Message Line Col
    #A1595 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.collect.MapBuilder.newMapBuilder. 55
    #A1596 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.collect.MapBuilder.newMapBuilder. 55 58
    #A1597 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 56
    #A1598 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 56 66
    #A1599 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.SizeValue.parseSizeValue. 57
    #A1600 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.SizeValue.parseSizeValue. 57 54
    #A1601 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueMinutes. 58
    #A1602 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueMinutes. 58 54

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/transport/TransportModule.java

    Severity Rule Message Line Col
    #A1603 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.Preconditions.checkNotNull. 31
    #A1604 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.Preconditions.checkNotNull. 31 53

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/transport/TransportService.java

    Severity Rule Message Line Col
    #A1605 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 56
    #A1606 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 56 74

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/transport/local/LocalTransport.java

    Severity Rule Message Line Col
    #A1607 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.concurrent.ConcurrentCollections.newConcurrentMap. 50
    #A1608 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.concurrent.ConcurrentCollections.newConcurrentMap. 50 77

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/transport/netty/NettyTransport.java

    Severity Rule Message Line Col
    #A1609 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.network.NetworkService.TcpSettings.*. 83
    #A1610 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.network.NetworkService.TcpSettings.*. 83 74
    #A1611 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 84
    #A1612 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 84 66
    #A1613 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.transport.NetworkExceptionHelper.isCloseConnectionException. 85
    #A1614 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.transport.NetworkExceptionHelper.isCloseConnectionException. 85 72
    #A1615 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.transport.NetworkExceptionHelper.isConnectException. 86
    #A1616 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.transport.NetworkExceptionHelper.isConnectException. 86 72
    #A1617 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.concurrent.ConcurrentCollections.newConcurrentMap. 87
    #A1618 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.concurrent.ConcurrentCollections.newConcurrentMap. 87 77
    #A1619 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.concurrent.EsExecutors.daemonThreadFactory. 88
    #A1620 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.util.concurrent.EsExecutors.daemonThreadFactory. 88 67

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/apache/lucene/analysis/miscellaneous/TruncateTokenFilterTests.java

    Severity Rule Message Line Col
    #A1621 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34
    #A1622 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/apache/lucene/analysis/miscellaneous/UniqueTokenFilterTests.java

    Severity Rule Message Line Col
    #A1623 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34
    #A1624 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/apache/lucene/queries/BlendedTermQueryTest.java

    Severity Rule Message Line Col
    #A1625 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsInAnyOrder. 42
    #A1626 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsInAnyOrder. 42 36
    #A1627 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 43
    #A1628 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 43 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/apache/lucene/search/postingshighlight/CustomPassageFormatterTests.java

    Severity Rule Message Line Col
    #A1629 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 27
    #A1630 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 27 40
    #A1631 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.notNullValue. 28
    #A1632 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.notNullValue. 28 40
    #A1633 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 29
    #A1634 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 29 41

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/apache/lucene/search/postingshighlight/CustomPostingsHighlighterTests.java

    Severity Rule Message Line Col
    #A1635 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 39
    #A1636 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 39 40
    #A1637 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.notNullValue. 40
    #A1638 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.notNullValue. 40 40

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/apache/lucene/search/postingshighlight/XPostingsHighlighterTests.java

    Severity Rule Message Line Col
    #A1639 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 41
    #A1640 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 41 40

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/apache/lucene/util/SloppyMathTests.java

    Severity Rule Message Line Col
    #A1641 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.number.IsCloseTo.closeTo. 27
    #A1642 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.number.IsCloseTo.closeTo. 27 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/ElasticsearchExceptionTests.java

    Severity Rule Message Line Col
    #A1643 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29
    #A1644 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/VersionTests.java

    Severity Rule Message Line Col
    #A1645 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.Version.V_0_20_0. 34
    #A1646 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.Version.V_0_20_0. 34 40
    #A1647 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.Version.V_0_90_0. 35
    #A1648 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.Version.V_0_90_0. 35 40
    #A1649 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 36
    #A1650 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 36 40
    #A1651 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 37
    #A1652 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 37 36
    #A1653 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.sameInstance. 38
    #A1654 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.sameInstance. 38 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/IndicesRequestTests.java

    Severity Rule Message Line Col
    #A1655 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 115
    #A1656 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 115 66
    #A1657 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 116
    #A1658 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 116 66
    #A1659 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 117
    #A1660 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 117 70
    #A1661 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 118
    #A1662 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 118 70
    #A1663 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 119
    #A1664 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 119 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/OriginalIndicesTests.java

    Severity Rule Message Line Col
    #A1665 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 31
    #A1666 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 31 40
    #A1667 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.nullValue. 32
    #A1668 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.nullValue. 32 40

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/RejectionActionTests.java

    Severity Rule Message Line Col
    #A1669 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 40
    #A1670 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 40 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/admin/HotThreadsTest.java

    Severity Rule Message Line Col
    #A1671 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.andFilter. 34
    #A1672 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.andFilter. 34 59
    #A1673 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.notFilter. 35
    #A1674 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.notFilter. 35 59
    #A1675 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.queryFilter. 36
    #A1676 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.queryFilter. 36 59
    #A1677 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 37
    #A1678 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 37 58
    #A1679 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 38
    #A1680 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 38 58
    #A1681 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 39
    #A1682 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 39 70
    #A1683 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 40
    #A1684 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 40 40
    #A1685 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.is. 41
    #A1686 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.is. 41 40
    #A1687 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.notNullValue. 42
    #A1688 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.notNullValue. 42 40
    #A1689 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThan. 43
    #A1690 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThan. 43 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/admin/cluster/state/ClusterStateRequestTest.java

    Severity Rule Message Line Col
    #A1691 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 29
    #A1692 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 29 40

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/admin/cluster/stats/ClusterStatsTests.java

    Severity Rule Message Line Col
    #A1693 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 37
    #A1694 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 37 66
    #A1695 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 38
    #A1696 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 38 66
    #A1697 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 39
    #A1698 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 39 70
    #A1699 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 40
    #A1700 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 40 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/admin/indices/create/CreateIndexTests.java

    Severity Rule Message Line Col
    #A1701 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 36
    #A1702 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 36 64
    #A1703 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 37
    #A1704 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 37 36
    #A1705 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 38
    #A1706 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 38 39

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/admin/indices/get/GetIndexTests.java

    Severity Rule Message Line Col
    #A1707 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 40
    #A1708 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 40 70
    #A1709 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.anyOf. 41
    #A1710 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.anyOf. 41 36
    #A1711 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 42
    #A1712 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 42 36
    #A1713 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 43
    #A1714 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 43 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/admin/indices/warmer/put/PutWarmerRequestTests.java

    Severity Rule Message Line Col
    #A1715 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.containsString. 25
    #A1716 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.containsString. 25 40
    #A1717 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.hasSize. 26
    #A1718 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.hasSize. 26 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/bulk/BulkIntegrationTests.java

    Severity Rule Message Line Col
    #A1719 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 28
    #A1720 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 28 50

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/bulk/BulkProcessorTests.java

    Severity Rule Message Line Col
    #A1721 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 46
    #A1722 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 46 70
    #A1723 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 47
    #A1724 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 47 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/bulk/BulkRequestTests.java

    Severity Rule Message Line Col
    #A1725 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 37
    #A1726 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 37 50
    #A1727 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 38
    #A1728 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 38 36
    #A1729 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 39
    #A1730 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 39 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/get/MultiGetShardRequestTests.java

    Severity Rule Message Line Col
    #A1731 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 32
    #A1732 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 32 40

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/index/IndexRequestTests.java

    Severity Rule Message Line Col
    #A1733 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 24
    #A1734 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 24 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/indexedscripts/get/GetIndexedScriptRequestTests.java

    Severity Rule Message Line Col
    #A1735 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 30
    #A1736 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 30 40

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/mlt/MoreLikeThisRequestTests.java

    Severity Rule Message Line Col
    #A1737 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 36
    #A1738 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 36 40

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/percolate/MultiPercolatorRequestTests.java

    Severity Rule Message Line Col
    #A1739 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 30
    #A1740 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 30 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/search/MultiSearchRequestTests.java

    Severity Rule Message Line Col
    #A1741 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 27
    #A1742 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 27 36
    #A1743 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 28
    #A1744 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 28 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/support/IndicesOptionsTests.java

    Severity Rule Message Line Col
    #A1745 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 28
    #A1746 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 28 40

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/support/TransportActionFilterChainTests.java

    Severity Rule Message Line Col
    #A1747 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 40
    #A1748 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 40 40

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/termvector/AbstractTermVectorTests.java

    Severity Rule Message Line Col
    #A1749 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 51
    #A1750 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 51 64
    #A1751 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 52
    #A1752 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 52 70
    #A1753 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 53
    #A1754 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 53 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/termvector/GetTermVectorCheckDocFreqTests.java

    Severity Rule Message Line Col
    #A1755 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 40
    #A1756 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 40 70
    #A1757 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 41
    #A1758 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 41 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/termvector/GetTermVectorTests.java

    Severity Rule Message Line Col
    #A1759 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 42
    #A1760 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 42 66
    #A1761 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 43
    #A1762 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 43 64
    #A1763 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 44
    #A1764 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 44 70
    #A1765 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertThrows. 45
    #A1766 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertThrows. 45 70
    #A1767 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 46
    #A1768 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 46 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/termvector/MultiTermVectorsTests.java

    Severity Rule Message Line Col
    #A1769 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 26
    #A1770 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 26 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/termvector/TermVectorUnitTests.java

    Severity Rule Message Line Col
    #A1771 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 56
    #A1772 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 56 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/update/UpdateRequestTests.java

    Severity Rule Message Line Col
    #A1773 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29
    #A1774 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/aliases/IndexAliasesTests.java

    Severity Rule Message Line Col
    #A1775 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 55
    #A1776 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 55 45
    #A1777 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. 56
    #A1778 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. 56 48
    #A1779 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.indexRequest. 57
    #A1780 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.indexRequest. 57 48
    #A1781 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 58
    #A1782 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 58 66
    #A1783 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. 59
    #A1784 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. 59 59
    #A1785 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 60
    #A1786 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 60 58
    #A1787 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.rangeQuery. 61
    #A1788 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.rangeQuery. 61 58
    #A1789 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.CollectionAssertions.hasKey. 62
    #A1790 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.CollectionAssertions.hasKey. 62 67
    #A1791 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 63
    #A1792 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 63 70
    #A1793 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 64
    #A1794 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 64 70
    #A1795 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 65
    #A1796 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 65 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/cluster/ClusterAllocationRerouteBenchmark.java

    Severity Rule Message Line Col
    #A1797 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 38
    #A1798 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 38 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/common/recycler/RecyclerBenchmark.java

    Severity Rule Message Line Col
    #A1799 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.recycler.Recyclers.*. 32
    #A1800 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.recycler.Recyclers.*. 32 58

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/mapping/ManyMappingsBenchmark.java

    Severity Rule Message Line Col
    #A1801 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 32
    #A1802 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 32 63
    #A1803 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 33
    #A1804 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 33 63
    #A1805 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 34
    #A1806 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 34 66
    #A1807 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 35
    #A1808 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 35 64
    #A1809 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 36
    #A1810 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 36 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/percolator/PercolatorStressBenchmark.java

    Severity Rule Message Line Col
    #A1811 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. 34
    #A1812 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. 34 48
    #A1813 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 35
    #A1814 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 35 63
    #A1815 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 36
    #A1816 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 36 63
    #A1817 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 37
    #A1818 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 37 66
    #A1819 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 38
    #A1820 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 38 64
    #A1821 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.rangeQuery. 39
    #A1822 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.rangeQuery. 39 58
    #A1823 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 40
    #A1824 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 40 58
    #A1825 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 41
    #A1826 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 41 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/recovery/ReplicaRecoveryBenchmark.java

    Severity Rule Message Line Col
    #A1827 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 41
    #A1828 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 41 63
    #A1829 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 42
    #A1830 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 42 63
    #A1831 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 43
    #A1832 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 43 66
    #A1833 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 44
    #A1834 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 44 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/scripts/expression/ScriptComparisonBenchmark.java

    Severity Rule Message Line Col
    #A1835 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 38
    #A1836 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 38 66
    #A1837 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 39
    #A1838 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 39 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/scripts/score/BasicScriptBenchmark.java

    Severity Rule Message Line Col
    #A1839 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.searchRequest. 47
    #A1840 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.searchRequest. 47 48
    #A1841 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 48
    #A1842 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 48 64
    #A1843 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.functionScoreQuery. 49
    #A1844 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.functionScoreQuery. 49 58
    #A1845 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.scriptFunction. 50
    #A1846 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.scriptFunction. 50 80
    #A1847 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.searchSource. 51
    #A1848 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.searchSource. 51 67

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/scripts/score/ScriptsConstantScoreBenchmark.java

    Severity Rule Message Line Col
    #A1849 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 32
    #A1850 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 32 66
    #A1851 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 33
    #A1852 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 33 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/scripts/score/ScriptsScoreBenchmark.java

    Severity Rule Message Line Col
    #A1853 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 31
    #A1854 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 31 66
    #A1855 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 32
    #A1856 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 32 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/scripts/score/ScriptsScorePayloadSumBenchmark.java

    Severity Rule Message Line Col
    #A1857 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 32
    #A1858 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 32 66
    #A1859 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 33
    #A1860 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 33 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/search/SuggestSearchBenchMark.java

    Severity Rule Message Line Col
    #A1861 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 40
    #A1862 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 40 63
    #A1863 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 41
    #A1864 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 41 63
    #A1865 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 42
    #A1866 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 42 66
    #A1867 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 43
    #A1868 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 43 64
    #A1869 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 44
    #A1870 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 44 58
    #A1871 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 45
    #A1872 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 45 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/search/aggregations/CardinalityAggregationSearchBenchmark.java

    Severity Rule Message Line Col
    #A1873 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. 38
    #A1874 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. 38 48
    #A1875 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 39
    #A1876 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 39 63
    #A1877 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 40
    #A1878 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 40 63
    #A1879 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 41
    #A1880 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 41 66
    #A1881 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 42
    #A1882 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 42 64
    #A1883 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 43
    #A1884 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 43 49
    #A1885 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.cardinality. 44
    #A1886 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.cardinality. 44 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/search/aggregations/GlobalOrdinalsBenchmark.java

    Severity Rule Message Line Col
    #A1887 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 45
    #A1888 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 45 63
    #A1889 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 46
    #A1890 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 46 63
    #A1891 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 47
    #A1892 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 47 66
    #A1893 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 48
    #A1894 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 48 64
    #A1895 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 49
    #A1896 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 49 58
    #A1897 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 50
    #A1898 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 50 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/search/aggregations/HistogramAggregationSearchBenchmark.java

    Severity Rule Message Line Col
    #A1899 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 38
    #A1900 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 38 63
    #A1901 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 39
    #A1902 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 39 63
    #A1903 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 40
    #A1904 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 40 66
    #A1905 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 41
    #A1906 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 41 64
    #A1907 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 42
    #A1908 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 42 58
    #A1909 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 43
    #A1910 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 43 49
    #A1911 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. 44
    #A1912 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. 44 72
    #A1913 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.facet.FacetBuilders.dateHistogramFacet. 45
    #A1914 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.facet.FacetBuilders.dateHistogramFacet. 45 59
    #A1915 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.facet.FacetBuilders.histogramFacet. 46
    #A1916 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.facet.FacetBuilders.histogramFacet. 46 59

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/search/aggregations/PercentilesAggregationSearchBenchmark.java

    Severity Rule Message Line Col
    #A1917 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. 43
    #A1918 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. 43 48
    #A1919 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.getRequest. 44
    #A1920 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.getRequest. 44 48
    #A1921 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 45
    #A1922 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 45 63
    #A1923 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 46
    #A1924 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 46 63
    #A1925 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 47
    #A1926 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 47 66
    #A1927 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 48
    #A1928 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 48 58
    #A1929 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 49
    #A1930 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 49 49
    #A1931 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.percentiles. 50
    #A1932 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.percentiles. 50 72

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/search/aggregations/QueryFilterAggregationSearchBenchmark.java

    Severity Rule Message Line Col
    #A1933 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. 41
    #A1934 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. 41 48
    #A1935 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 42
    #A1936 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 42 63
    #A1937 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 43
    #A1938 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 43 63
    #A1939 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 44
    #A1940 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 44 66
    #A1941 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 45
    #A1942 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 45 64
    #A1943 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 46
    #A1944 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 46 58
    #A1945 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 47
    #A1946 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 47 58
    #A1947 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 48
    #A1948 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 48 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/search/aggregations/SubAggregationSearchCollectModeBenchmark.java

    Severity Rule Message Line Col
    #A1949 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. 50
    #A1950 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. 50 48
    #A1951 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 51
    #A1952 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 51 63
    #A1953 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 52
    #A1954 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 52 63
    #A1955 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 53
    #A1956 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 53 66
    #A1957 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 54
    #A1958 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 54 64
    #A1959 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 55
    #A1960 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 55 58
    #A1961 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 56
    #A1962 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 56 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/search/aggregations/TermsAggregationSearchAndIndexingBenchmark.java

    Severity Rule Message Line Col
    #A1963 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.benchmark.search.aggregations.TermsAggregationSearchBenchmark.Method. 49
    #A1964 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.benchmark.search.aggregations.TermsAggregationSearchBenchmark.Method. 49 94
    #A1965 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 50
    #A1966 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 50 63
    #A1967 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 51
    #A1968 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 51 63
    #A1969 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 52
    #A1970 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 52 66
    #A1971 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 53
    #A1972 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 53 64
    #A1973 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 54
    #A1974 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 54 58
    #A1975 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 55
    #A1976 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 55 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/search/aggregations/TermsAggregationSearchBenchmark.java

    Severity Rule Message Line Col
    #A1977 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. 51
    #A1978 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. 51 48
    #A1979 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 52
    #A1980 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 52 63
    #A1981 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 53
    #A1982 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 53 63
    #A1983 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 54
    #A1984 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 54 66
    #A1985 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 55
    #A1986 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 55 64
    #A1987 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 56
    #A1988 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 56 58
    #A1989 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 57
    #A1990 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 57 49
    #A1991 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.facet.FacetBuilders.termsFacet. 58
    #A1992 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.facet.FacetBuilders.termsFacet. 58 59
    #A1993 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.facet.FacetBuilders.termsStatsFacet. 59
    #A1994 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.facet.FacetBuilders.termsStatsFacet. 59 59

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/search/aggregations/TimeDataHistogramAggregationBenchmark.java

    Severity Rule Message Line Col
    #A1995 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. 50
    #A1996 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. 50 48
    #A1997 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 51
    #A1998 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 51 63
    #A1999 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 52
    #A2000 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 52 63
    #A2001 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 53
    #A2002 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 53 66
    #A2003 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 54
    #A2004 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 54 64
    #A2005 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 55
    #A2006 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 55 58
    #A2007 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 56
    #A2008 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 56 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/search/child/ChildSearchAndIndexingBenchmark.java

    Severity Rule Message Line Col
    #A2009 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. 39
    #A2010 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. 39 48
    #A2011 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 40
    #A2012 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 40 63
    #A2013 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 41
    #A2014 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 41 63
    #A2015 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 42
    #A2016 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 42 66
    #A2017 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 43
    #A2018 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 43 64
    #A2019 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.hasChildFilter. 44
    #A2020 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.hasChildFilter. 44 59
    #A2021 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 45
    #A2022 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 45 58
    #A2023 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 46
    #A2024 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 46 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/search/child/ChildSearchBenchmark.java

    Severity Rule Message Line Col
    #A2025 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. 38
    #A2026 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. 38 48
    #A2027 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 39
    #A2028 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 39 63
    #A2029 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 40
    #A2030 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 40 63
    #A2031 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 41
    #A2032 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 41 66
    #A2033 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 42
    #A2034 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 42 64
    #A2035 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. 43
    #A2036 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. 43 59
    #A2037 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 44
    #A2038 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 44 58
    #A2039 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 45
    #A2040 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 45 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/search/child/ChildSearchShortCircuitBenchmark.java

    Severity Rule Message Line Col
    #A2041 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. 38
    #A2042 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. 38 48
    #A2043 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 39
    #A2044 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 39 63
    #A2045 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 40
    #A2046 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 40 63
    #A2047 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 41
    #A2048 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 41 66
    #A2049 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 42
    #A2050 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 42 64
    #A2051 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.hasChildFilter. 43
    #A2052 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.hasChildFilter. 43 59
    #A2053 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 44
    #A2054 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 44 58
    #A2055 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 45
    #A2056 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 45 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/search/geo/GeoDistanceSearchBenchmark.java

    Severity Rule Message Line Col
    #A2057 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 33
    #A2058 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 33 64
    #A2059 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.geoDistanceFilter. 34
    #A2060 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.geoDistanceFilter. 34 59
    #A2061 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.filteredQuery. 35
    #A2062 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.filteredQuery. 35 58
    #A2063 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 36
    #A2064 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 36 58

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/search/nested/NestedSearchBenchMark.java

    Severity Rule Message Line Col
    #A2065 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 38
    #A2066 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 38 63
    #A2067 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 39
    #A2068 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 39 63
    #A2069 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 40
    #A2070 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 40 66
    #A2071 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 41
    #A2072 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 41 58
    #A2073 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 42
    #A2074 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 42 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/stress/NodesStressTest.java

    Severity Rule Message Line Col
    #A2075 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.searchRequest. 36
    #A2076 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.searchRequest. 36 48
    #A2077 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 37
    #A2078 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 37 63
    #A2079 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 38
    #A2080 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 38 63
    #A2081 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 39
    #A2082 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 39 74
    #A2083 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 40
    #A2084 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 40 66
    #A2085 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.queryFilter. 41
    #A2086 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.queryFilter. 41 59
    #A2087 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.constantScoreQuery. 42
    #A2088 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.constantScoreQuery. 42 58
    #A2089 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 43
    #A2090 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 43 58
    #A2091 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 44
    #A2092 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 44 49
    #A2093 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.searchSource. 45
    #A2094 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.searchSource. 45 67

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/stress/SingleThreadBulkStress.java

    Severity Rule Message Line Col
    #A2095 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 36
    #A2096 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 36 63
    #A2097 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 37
    #A2098 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 37 63
    #A2099 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 38
    #A2100 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 38 66
    #A2101 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 39
    #A2102 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 39 64
    #A2103 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 40
    #A2104 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 40 58
    #A2105 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 41
    #A2106 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 41 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/stress/SingleThreadIndexingStress.java

    Severity Rule Message Line Col
    #A2107 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. 30
    #A2108 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. 30 48
    #A2109 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 31
    #A2110 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 31 63
    #A2111 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 32
    #A2112 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 32 63
    #A2113 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 33
    #A2114 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 33 66
    #A2115 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 34
    #A2116 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 34 64
    #A2117 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 35
    #A2118 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 35 58
    #A2119 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 36
    #A2120 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 36 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/transport/BenchmarkNettyLargeMessages.java

    Severity Rule Message Line Col
    #A2121 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.transport.TransportRequestOptions.options. 40
    #A2122 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.transport.TransportRequestOptions.options. 40 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/blocks/SimpleBlocksTests.java

    Severity Rule Message Line Col
    #A2123 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 37
    #A2124 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 37 66
    #A2125 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 38
    #A2126 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 38 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/broadcast/BroadcastActionsTests.java

    Severity Rule Message Line Col
    #A2127 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.countRequest. 32
    #A2128 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.countRequest. 32 48
    #A2129 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.indexRequest. 33
    #A2130 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.indexRequest. 33 48
    #A2131 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 34
    #A2132 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 34 58
    #A2133 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 35
    #A2134 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 35 70
    #A2135 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 36
    #A2136 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 36 36
    #A2137 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37
    #A2138 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/bwcompat/BasicAnalysisBackwardCompatibilityTests.java

    Severity Rule Message Line Col
    #A2139 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 38
    #A2140 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 38 70
    #A2141 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 39
    #A2142 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 39 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/bwcompat/BasicBackwardsCompatibilityTest.java

    Severity Rule Message Line Col
    #A2143 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 75
    #A2144 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 75 64
    #A2145 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.existsFilter. 76
    #A2146 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.existsFilter. 76 59
    #A2147 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.missingFilter. 77
    #A2148 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.missingFilter. 77 59
    #A2149 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 78
    #A2150 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 78 58
    #A2151 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 79
    #A2152 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 79 70
    #A2153 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 80
    #A2154 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 80 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/bwcompat/ClusterStateBackwardsCompatTests.java

    Severity Rule Message Line Col
    #A2155 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 31
    #A2156 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 31 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/bwcompat/GetIndexBackwardsCompatibilityTests.java

    Severity Rule Message Line Col
    #A2157 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 35
    #A2158 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 35 70
    #A2159 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 36
    #A2160 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 36 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/bwcompat/OldIndexBackwardsCompatibilityTests.java

    Severity Rule Message Line Col
    #A2161 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 70
    #A2162 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 70 70
    #A2163 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 71
    #A2164 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 71 40
    #A2165 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. 72
    #A2166 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. 72 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/bwcompat/ParentChildDeleteByQueryBackwardsCompatibilityTest.java

    Severity Rule Message Line Col
    #A2167 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.hasChildQuery. 34
    #A2168 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.hasChildQuery. 34 58
    #A2169 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 35
    #A2170 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 35 58
    #A2171 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 36
    #A2172 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 36 70
    #A2173 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.Is.is. 37
    #A2174 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.Is.is. 37 35

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/bwcompat/RestoreBackwardsCompatTests.java

    Severity Rule Message Line Col
    #A2175 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 49
    #A2176 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 49 46
    #A2177 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 50
    #A2178 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 50 70
    #A2179 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 51
    #A2180 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 51 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/bwcompat/StaticIndexBackwardCompatibilityTest.java

    Severity Rule Message Line Col
    #A2181 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. 39
    #A2182 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. 39 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/bwcompat/TransportClientBackwardsCompatibilityTest.java

    Severity Rule Message Line Col
    #A2183 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 37
    #A2184 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 37 70
    #A2185 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchHits. 38
    #A2186 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchHits. 38 70
    #A2187 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 39
    #A2188 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 39 40

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/bwcompat/UnicastBackwardsCompatibilityTest.java

    Severity Rule Message Line Col
    #A2189 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34
    #A2190 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/client/AbstractClientHeadersTests.java

    Severity Rule Message Line Col
    #A2191 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 64
    #A2192 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 64 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/client/node/NodeClientTests.java

    Severity Rule Message Line Col
    #A2193 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 26
    #A2194 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 26 66
    #A2195 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 27
    #A2196 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 27 66
    #A2197 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 28
    #A2198 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 28 66
    #A2199 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 29
    #A2200 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 29 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/client/transport/InternalTransportClientTests.java

    Severity Rule Message Line Col
    #A2201 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 51
    #A2202 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 51 40
    #A2203 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThanOrEqualTo. 52
    #A2204 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThanOrEqualTo. 52 36
    #A2205 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 53
    #A2206 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 53 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/client/transport/TransportClientHeadersTests.java

    Severity Rule Message Line Col
    #A2207 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 47
    #A2208 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 47 36
    #A2209 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 48
    #A2210 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 48 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/client/transport/TransportClientNodesServiceTests.java

    Severity Rule Message Line Col
    #A2211 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 40
    #A2212 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 40 40
    #A2213 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThanOrEqualTo. 41
    #A2214 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThanOrEqualTo. 41 36
    #A2215 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 42
    #A2216 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 42 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/client/transport/TransportClientRetryTests.java

    Severity Rule Message Line Col
    #A2217 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 41
    #A2218 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 41 66
    #A2219 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 42
    #A2220 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 42 66
    #A2221 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 43
    #A2222 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 43 66
    #A2223 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 44
    #A2224 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 44 40
    #A2225 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. 45
    #A2226 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. 45 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/client/transport/TransportClientTests.java

    Severity Rule Message Line Col
    #A2227 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 36
    #A2228 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 36 66
    #A2229 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 37
    #A2230 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 37 49
    #A2231 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 38
    #A2232 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 38 66
    #A2233 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 39
    #A2234 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 39 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/BlockClusterStatsTests.java

    Severity Rule Message Line Col
    #A2235 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 32
    #A2236 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 32 66
    #A2237 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 33
    #A2238 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 33 70
    #A2239 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 34
    #A2240 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/ClusterHealthResponsesTests.java

    Severity Rule Message Line Col
    #A2241 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 40
    #A2242 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 40 40
    #A2243 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.empty. 41
    #A2244 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.empty. 41 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/ClusterHealthTests.java

    Severity Rule Message Line Col
    #A2245 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 28
    #A2246 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 28 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/ClusterInfoServiceTests.java

    Severity Rule Message Line Col
    #A2247 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 56
    #A2248 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 56 66
    #A2249 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 57
    #A2250 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 57 70
    #A2251 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 58
    #A2252 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 58 40
    #A2253 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 59
    #A2254 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 59 36
    #A2255 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. 60
    #A2256 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. 60 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/ClusterServiceTests.java

    Severity Rule Message Line Col
    #A2257 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 48
    #A2258 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 48 66
    #A2259 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 49
    #A2260 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 49 66
    #A2261 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 50
    #A2262 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 50 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/DiskUsageTests.java

    Severity Rule Message Line Col
    #A2263 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 25
    #A2264 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 25 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/MinimumMasterNodesTests.java

    Severity Rule Message Line Col
    #A2265 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.clusterHealthRequest. 42
    #A2266 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.clusterHealthRequest. 42 48
    #A2267 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 43
    #A2268 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 43 66
    #A2269 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 44
    #A2270 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 44 66
    #A2271 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 45
    #A2272 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 45 70
    #A2273 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertThrows. 46
    #A2274 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertThrows. 46 70
    #A2275 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 47
    #A2276 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 47 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/NoMasterNodeTests.java

    Severity Rule Message Line Col
    #A2277 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.percolate.PercolateSourceBuilder.docBuilder. 45
    #A2278 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.percolate.PercolateSourceBuilder.docBuilder. 45 72
    #A2279 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 46
    #A2280 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 46 66
    #A2281 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 47
    #A2282 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 47 66
    #A2283 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 48
    #A2284 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 48 70
    #A2285 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 49
    #A2286 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 49 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/SimpleClusterStateTests.java

    Severity Rule Message Line Col
    #A2287 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 39
    #A2288 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 39 70
    #A2289 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertIndexTemplateExists. 40
    #A2290 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertIndexTemplateExists. 40 70
    #A2291 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 41
    #A2292 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 41 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/SimpleDataNodesTests.java

    Severity Rule Message Line Col
    #A2293 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. 30
    #A2294 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. 30 48
    #A2295 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 31
    #A2296 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 31 66
    #A2297 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueSeconds. 32
    #A2298 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueSeconds. 32 54
    #A2299 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 33
    #A2300 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 33 66
    #A2301 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34
    #A2302 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/SpecificMasterNodesTests.java

    Severity Rule Message Line Col
    #A2303 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 32
    #A2304 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 32 66
    #A2305 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 33
    #A2306 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 33 70
    #A2307 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 34
    #A2308 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/UpdateSettingsValidationTests.java

    Severity Rule Message Line Col
    #A2309 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 31
    #A2310 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 31 66
    #A2311 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 32
    #A2312 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 32 66
    #A2313 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33
    #A2314 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/ack/AckClusterUpdateSettingsTests.java

    Severity Rule Message Line Col
    #A2315 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 39
    #A2316 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 39 66
    #A2317 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 40
    #A2318 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 40 66
    #A2319 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope.TEST. 41
    #A2320 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope.TEST. 41 72
    #A2321 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 42
    #A2322 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 42 70
    #A2323 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 43
    #A2324 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 43 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/ack/AckTests.java

    Severity Rule Message Line Col
    #A2325 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.*. 54
    #A2326 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.*. 54 63
    #A2327 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 55
    #A2328 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 55 66
    #A2329 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 56
    #A2330 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 56 66
    #A2331 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope.SUITE. 57
    #A2332 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope.SUITE. 57 72
    #A2333 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 58
    #A2334 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 58 70
    #A2335 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 59
    #A2336 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 59 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/allocation/AwarenessAllocationTests.java

    Severity Rule Message Line Col
    #A2337 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 44
    #A2338 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 44 66
    #A2339 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.anyOf. 45
    #A2340 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.anyOf. 45 36
    #A2341 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 46
    #A2342 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 46 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/allocation/ClusterRerouteTests.java

    Severity Rule Message Line Col
    #A2343 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 49
    #A2344 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 49 66
    #A2345 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 50
    #A2346 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 50 66
    #A2347 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 51
    #A2348 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 51 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/allocation/FilteringAllocationTests.java

    Severity Rule Message Line Col
    #A2349 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 36
    #A2350 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 36 66
    #A2351 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 37
    #A2352 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 37 66
    #A2353 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 38
    #A2354 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 38 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/allocation/ShardsAllocatorModuleTests.java

    Severity Rule Message Line Col
    #A2355 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 33
    #A2356 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 33 66
    #A2357 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 34
    #A2358 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 34 66
    #A2359 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 35
    #A2360 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 35 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/allocation/SimpleAllocationTests.java

    Severity Rule Message Line Col
    #A2361 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 26
    #A2362 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 26 63
    #A2363 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 27
    #A2364 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 27 66
    #A2365 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 28
    #A2366 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 28 70
    #A2367 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29
    #A2368 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/metadata/MappingMetaDataParserTests.java

    Severity Rule Message Line Col
    #A2369 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 29
    #A2370 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 29 64
    #A2371 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 30
    #A2372 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 30 36
    #A2373 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 31
    #A2374 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 31 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/metadata/MetaDataTests.java

    Severity Rule Message Line Col
    #A2375 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 35
    #A2376 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 35 45
    #A2377 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 36
    #A2378 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 36 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/metadata/ToAndFromJsonMetaDataTests.java

    Severity Rule Message Line Col
    #A2379 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.AliasMetaData.newAliasMetaDataBuilder. 29
    #A2380 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.AliasMetaData.newAliasMetaDataBuilder. 29 63
    #A2381 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 30
    #A2382 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 30 66
    #A2383 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 31
    #A2384 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 31 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/node/DiscoveryNodeFiltersTests.java

    Severity Rule Message Line Col
    #A2385 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.node.DiscoveryNodeFilters.OpType.AND. 30
    #A2386 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.node.DiscoveryNodeFilters.OpType.AND. 30 73
    #A2387 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.node.DiscoveryNodeFilters.OpType.OR. 31
    #A2388 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.node.DiscoveryNodeFilters.OpType.OR. 31 73
    #A2389 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 32
    #A2390 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 32 41
    #A2391 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33
    #A2392 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/AddIncrementallyTests.java

    Severity Rule Message Line Col
    #A2393 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 44
    #A2394 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 44 66
    #A2395 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.STARTED. 45
    #A2396 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.STARTED. 45 66
    #A2397 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 46
    #A2398 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 46 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/AllocatePostApiFlagTests.java

    Severity Rule Message Line Col
    #A2399 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 33
    #A2400 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 33 66
    #A2401 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 34
    #A2402 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 34 66
    #A2403 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 35
    #A2404 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 35 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/AllocationCommandsTests.java

    Severity Rule Message Line Col
    #A2405 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 46
    #A2406 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 46 66
    #A2407 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 47
    #A2408 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 47 66
    #A2409 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 48
    #A2410 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 48 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/AwarenessAllocationTests.java

    Severity Rule Message Line Col
    #A2411 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 36
    #A2412 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 36 66
    #A2413 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 37
    #A2414 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 37 66
    #A2415 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 38
    #A2416 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 38 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/BalanceConfigurationTests.java

    Severity Rule Message Line Col
    #A2417 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 43
    #A2418 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 43 66
    #A2419 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.STARTED. 44
    #A2420 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.STARTED. 44 66
    #A2421 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 45
    #A2422 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 45 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/BalanceUnbalancedClusterTest.java

    Severity Rule Message Line Col
    #A2423 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 38
    #A2424 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 38 66
    #A2425 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 39
    #A2426 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 39 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/CatAllocationTestBase.java

    Severity Rule Message Line Col
    #A2427 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 42
    #A2428 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 42 66
    #A2429 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 43
    #A2430 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 43 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/ClusterRebalanceRoutingTests.java

    Severity Rule Message Line Col
    #A2431 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 34
    #A2432 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 34 66
    #A2433 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 35
    #A2434 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 35 66
    #A2435 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.anyOf. 36
    #A2436 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.anyOf. 36 36
    #A2437 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37
    #A2438 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/ConcurrentRebalanceRoutingTests.java

    Severity Rule Message Line Col
    #A2439 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 33
    #A2440 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 33 66
    #A2441 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 34
    #A2442 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 34 66
    #A2443 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 35
    #A2444 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 35 36
    #A2445 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 36
    #A2446 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 36 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/DeadNodesAllocationTests.java

    Severity Rule Message Line Col
    #A2447 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 35
    #A2448 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 35 66
    #A2449 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 36
    #A2450 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 36 66
    #A2451 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37
    #A2452 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/DisableAllocationTests.java

    Severity Rule Message Line Col
    #A2453 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 34
    #A2454 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 34 66
    #A2455 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.STARTED. 35
    #A2456 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.STARTED. 35 66
    #A2457 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 36
    #A2458 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 36 66
    #A2459 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37
    #A2460 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/ElectReplicaAsPrimaryDuringRelocationTests.java

    Severity Rule Message Line Col
    #A2461 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 34
    #A2462 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 34 66
    #A2463 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.STARTED. 35
    #A2464 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.STARTED. 35 66
    #A2465 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 36
    #A2466 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 36 66
    #A2467 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37
    #A2468 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/FailedNodeRoutingTests.java

    Severity Rule Message Line Col
    #A2469 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 35
    #A2470 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 35 66
    #A2471 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.STARTED. 36
    #A2472 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.STARTED. 36 66
    #A2473 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 37
    #A2474 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 37 66
    #A2475 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 38
    #A2476 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 38 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/FailedShardsRoutingTests.java

    Severity Rule Message Line Col
    #A2477 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 38
    #A2478 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 38 66
    #A2479 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 39
    #A2480 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 39 66
    #A2481 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 40
    #A2482 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 40 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/FilterRoutingTests.java

    Severity Rule Message Line Col
    #A2483 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 38
    #A2484 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 38 66
    #A2485 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 39
    #A2486 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 39 66
    #A2487 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 40
    #A2488 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 40 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/IndexBalanceTests.java

    Severity Rule Message Line Col
    #A2489 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 35
    #A2490 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 35 66
    #A2491 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 36
    #A2492 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 36 66
    #A2493 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37
    #A2494 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37 36
    #A2495 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 38
    #A2496 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 38 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/NodeVersionAllocationDeciderTests.java

    Severity Rule Message Line Col
    #A2497 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 40
    #A2498 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 40 66
    #A2499 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 41
    #A2500 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 41 66
    #A2501 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 42
    #A2502 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 42 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/PreferLocalPrimariesToRelocatingPrimariesTests.java

    Severity Rule Message Line Col
    #A2503 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 31
    #A2504 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 31 66
    #A2505 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 32
    #A2506 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 32 66
    #A2507 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33
    #A2508 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/PreferPrimaryAllocationTests.java

    Severity Rule Message Line Col
    #A2509 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 32
    #A2510 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 32 66
    #A2511 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 33
    #A2512 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 33 66
    #A2513 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34
    #A2514 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/PrimaryElectionRoutingTests.java

    Severity Rule Message Line Col
    #A2515 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 33
    #A2516 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 33 66
    #A2517 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.STARTED. 34
    #A2518 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.STARTED. 34 66
    #A2519 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 35
    #A2520 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 35 66
    #A2521 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36
    #A2522 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36 36
    #A2523 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 37
    #A2524 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 37 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/PrimaryNotRelocatedWhileBeingRecoveredTests.java

    Severity Rule Message Line Col
    #A2525 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 33
    #A2526 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 33 66
    #A2527 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.STARTED. 34
    #A2528 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.STARTED. 34 66
    #A2529 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 35
    #A2530 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 35 66
    #A2531 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36
    #A2532 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/RandomAllocationDeciderTests.java

    Severity Rule Message Line Col
    #A2533 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 46
    #A2534 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 46 66
    #A2535 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 47
    #A2536 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 47 66
    #A2537 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 48
    #A2538 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 48 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/RebalanceAfterActiveTests.java

    Severity Rule Message Line Col
    #A2539 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 35
    #A2540 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 35 66
    #A2541 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 36
    #A2542 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 36 66
    #A2543 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37
    #A2544 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37 36
    #A2545 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 38
    #A2546 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 38 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/ReplicaAllocatedAfterPrimaryTests.java

    Severity Rule Message Line Col
    #A2547 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 33
    #A2548 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 33 66
    #A2549 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 34
    #A2550 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 34 66
    #A2551 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 35
    #A2552 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 35 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/RoutingNodesIntegrityTests.java

    Severity Rule Message Line Col
    #A2553 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 36
    #A2554 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 36 66
    #A2555 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.STARTED. 37
    #A2556 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.STARTED. 37 66
    #A2557 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 38
    #A2558 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 38 66
    #A2559 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 39
    #A2560 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 39 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/SameShardRoutingTests.java

    Severity Rule Message Line Col
    #A2561 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 40
    #A2562 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 40 66
    #A2563 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.allocation.RoutingNodesUtils.numberOfShardsOfType. 41
    #A2564 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.allocation.RoutingNodesUtils.numberOfShardsOfType. 41 77
    #A2565 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 42
    #A2566 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 42 66
    #A2567 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 43
    #A2568 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 43 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/ShardVersioningTests.java

    Severity Rule Message Line Col
    #A2569 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 34
    #A2570 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 34 66
    #A2571 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 35
    #A2572 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 35 66
    #A2573 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36
    #A2574 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/ShardsLimitAllocationTests.java

    Severity Rule Message Line Col
    #A2575 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 37
    #A2576 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 37 66
    #A2577 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.allocation.RoutingNodesUtils.numberOfShardsOfType. 38
    #A2578 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.allocation.RoutingNodesUtils.numberOfShardsOfType. 38 77
    #A2579 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 39
    #A2580 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 39 66
    #A2581 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 40
    #A2582 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 40 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/SingleShardNoReplicasRoutingTests.java

    Severity Rule Message Line Col
    #A2583 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 40
    #A2584 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 40 46
    #A2585 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 41
    #A2586 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 41 45
    #A2587 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 42
    #A2588 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 42 66
    #A2589 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.allocation.RoutingNodesUtils.numberOfShardsOfType. 43
    #A2590 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.allocation.RoutingNodesUtils.numberOfShardsOfType. 43 77
    #A2591 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 44
    #A2592 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 44 66
    #A2593 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 45
    #A2594 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 45 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/SingleShardOneReplicaRoutingTests.java

    Severity Rule Message Line Col
    #A2595 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 33
    #A2596 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 33 66
    #A2597 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 34
    #A2598 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 34 66
    #A2599 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 35
    #A2600 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 35 36
    #A2601 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 36
    #A2602 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 36 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/TenShardsOneReplicaRoutingTests.java

    Severity Rule Message Line Col
    #A2603 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 34
    #A2604 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 34 66
    #A2605 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 35
    #A2606 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 35 66
    #A2607 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 36
    #A2608 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 36 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/ThrottlingAllocationTests.java

    Severity Rule Message Line Col
    #A2609 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 32
    #A2610 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 32 66
    #A2611 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 33
    #A2612 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 33 66
    #A2613 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34
    #A2614 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/UpdateNumberOfReplicasTests.java

    Severity Rule Message Line Col
    #A2615 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 33
    #A2616 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 33 66
    #A2617 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 34
    #A2618 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 34 66
    #A2619 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 35
    #A2620 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 35 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/decider/DiskThresholdDeciderTests.java

    Severity Rule Message Line Col
    #A2621 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 54
    #A2622 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 54 66
    #A2623 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 55
    #A2624 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 55 66
    #A2625 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 56
    #A2626 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 56 36
    #A2627 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 57
    #A2628 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 57 36
    #A2629 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 58
    #A2630 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 58 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/decider/DiskThresholdDeciderUnitTests.java

    Severity Rule Message Line Col
    #A2631 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 36
    #A2632 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 36 40

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/decider/EnableAllocationTests.java

    Severity Rule Message Line Col
    #A2633 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 34
    #A2634 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 34 66
    #A2635 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.STARTED. 35
    #A2636 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.STARTED. 35 66
    #A2637 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider.*. 36
    #A2638 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider.*. 36 91
    #A2639 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 37
    #A2640 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 37 66
    #A2641 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 38
    #A2642 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 38 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/decider/MockDiskUsagesTests.java

    Severity Rule Message Line Col
    #A2643 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 47
    #A2644 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 47 46
    #A2645 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 48
    #A2646 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 48 45
    #A2647 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 49
    #A2648 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 49 66
    #A2649 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 50
    #A2650 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 50 36
    #A2651 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 51
    #A2652 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 51 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/serialization/ClusterSerializationTests.java

    Severity Rule Message Line Col
    #A2653 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34
    #A2654 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/serialization/ClusterStateToStringTests.java

    Severity Rule Message Line Col
    #A2655 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 34
    #A2656 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/settings/ClusterSettingsTests.java

    Severity Rule Message Line Col
    #A2657 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 31
    #A2658 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 31 66
    #A2659 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope.TEST. 32
    #A2660 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope.TEST. 32 72
    #A2661 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 33
    #A2662 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 33 70
    #A2663 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 34
    #A2664 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/settings/SettingsValidatorTests.java

    Severity Rule Message Line Col
    #A2665 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 25
    #A2666 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 25 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/shards/ClusterSearchShardsTests.java

    Severity Rule Message Line Col
    #A2667 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 30
    #A2668 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 30 66
    #A2669 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 31
    #A2670 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 31 66
    #A2671 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 32
    #A2672 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 32 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/structure/RoutingIteratorTests.java

    Severity Rule Message Line Col
    #A2673 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 40
    #A2674 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 40 66
    #A2675 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 41
    #A2676 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 41 66
    #A2677 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 42
    #A2678 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 42 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/codecs/CodecTests.java

    Severity Rule Message Line Col
    #A2679 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 33
    #A2680 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 33 64
    #A2681 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 34
    #A2682 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 34 70
    #A2683 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.endsWith. 35
    #A2684 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.endsWith. 35 36
    #A2685 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36
    #A2686 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/Base64Test.java

    Severity Rule Message Line Col
    #A2687 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 28
    #A2688 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 28 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/BooleansTests.java

    Severity Rule Message Line Col
    #A2689 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 29
    #A2690 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 29 36
    #A2691 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 30
    #A2692 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 30 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/ParseFieldTests.java

    Severity Rule Message Line Col
    #A2693 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 28
    #A2694 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 28 40

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/breaker/MemoryCircuitBreakerTests.java

    Severity Rule Message Line Col
    #A2695 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 35
    #A2696 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 35 36
    #A2697 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. 36
    #A2698 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. 36 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/cli/CheckFileCommandTests.java

    Severity Rule Message Line Col
    #A2699 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 39
    #A2700 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 39 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/cli/CliToolTests.java

    Severity Rule Message Line Col
    #A2701 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.cli.CliToolConfig.Builder.cmd. 34
    #A2702 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.cli.CliToolConfig.Builder.cmd. 34 65
    #A2703 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 35
    #A2704 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 35 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/cli/TerminalTests.java

    Severity Rule Message Line Col
    #A2705 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 24
    #A2706 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 24 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/compress/CompressedStringTests.java

    Severity Rule Message Line Col
    #A2707 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 30
    #A2708 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 30 36
    #A2709 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.not. 31
    #A2710 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.not. 31 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/geo/GeoJSONShapeParserTests.java

    Severity Rule Message Line Col
    #A2711 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.geo.builders.ShapeBuilder.SPATIAL_CONTEXT. 45
    #A2712 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.geo.builders.ShapeBuilder.SPATIAL_CONTEXT. 45 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/geo/ShapeBuilderTests.java

    Severity Rule Message Line Col
    #A2713 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchGeoAssertions.*. 37
    #A2714 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchGeoAssertions.*. 37 73

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/hppc/HppcMapsTests.java

    Severity Rule Message Line Col
    #A2715 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29
    #A2716 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/io/FileSystemUtilsTests.java

    Severity Rule Message Line Col
    #A2717 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertFileExists. 32
    #A2718 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertFileExists. 32 70
    #A2719 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.containsString. 33
    #A2720 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.containsString. 33 40
    #A2721 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 34
    #A2722 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 34 40
    #A2723 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.is. 35
    #A2724 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.is. 35 40

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/io/StreamsTests.java

    Severity Rule Message Line Col
    #A2725 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.*. 32
    #A2726 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.*. 32 50
    #A2727 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33
    #A2728 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/io/streams/BytesStreamsTests.java

    Severity Rule Message Line Col
    #A2729 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.closeTo. 30
    #A2730 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.closeTo. 30 36
    #A2731 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 31
    #A2732 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 31 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/io/streams/HandlesStreamsTests.java

    Severity Rule Message Line Col
    #A2733 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 29
    #A2734 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 29 41
    #A2735 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 30
    #A2736 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 30 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/jna/NativesTests.java

    Severity Rule Message Line Col
    #A2737 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 32
    #A2738 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 32 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/logging/jdk/JDKESLoggerTests.java

    Severity Rule Message Line Col
    #A2739 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33
    #A2740 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33 36
    #A2741 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 34
    #A2742 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/logging/log4j/Log4jESLoggerTests.java

    Severity Rule Message Line Col
    #A2743 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 39
    #A2744 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 39 36
    #A2745 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 40
    #A2746 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 40 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/logging/log4j/LoggingConfigurationTests.java

    Severity Rule Message Line Col
    #A2747 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 40
    #A2748 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 40 36
    #A2749 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 41
    #A2750 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 41 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/lucene/all/SimpleAllTests.java

    Severity Rule Message Line Col
    #A2751 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 42
    #A2752 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 42 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/lucene/index/FreqTermsEnumTests.java

    Severity Rule Message Line Col
    #A2753 warning AvoidStaticImport Using a static member import should be avoided - com.carrotsearch.randomizedtesting.RandomizedTest.*. 45
    #A2754 warning AvoidStaticImport Using a static member import should be avoided - com.carrotsearch.randomizedtesting.RandomizedTest.*. 45 64
    #A2755 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 46
    #A2756 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 46 36
    #A2757 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 47
    #A2758 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 47 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/lucene/search/MatchAllDocsFilterTests.java

    Severity Rule Message Line Col
    #A2759 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 36
    #A2760 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 36 41
    #A2761 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37
    #A2762 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/lucene/search/MoreLikeThisQueryTests.java

    Severity Rule Message Line Col
    #A2763 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 36
    #A2764 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 36 41
    #A2765 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37
    #A2766 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/lucene/search/MultiPhrasePrefixQueryTests.java

    Severity Rule Message Line Col
    #A2767 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 32
    #A2768 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 32 41
    #A2769 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33
    #A2770 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/lucene/search/TermsFilterTests.java

    Severity Rule Message Line Col
    #A2771 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 38
    #A2772 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 38 41
    #A2773 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 39
    #A2774 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 39 36
    #A2775 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 40
    #A2776 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 40 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/lucene/search/XBooleanFilterLuceneTests.java

    Severity Rule Message Line Col
    #A2777 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 42
    #A2778 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 42 41
    #A2779 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsEqual.equalTo. 43
    #A2780 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsEqual.equalTo. 43 40

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/lucene/search/XBooleanFilterTests.java

    Severity Rule Message Line Col
    #A2781 warning AvoidStaticImport Using a static member import should be avoided - org.apache.lucene.search.BooleanClause.Occur.*. 44
    #A2782 warning AvoidStaticImport Using a static member import should be avoided - org.apache.lucene.search.BooleanClause.Occur.*. 44 59
    #A2783 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsEqual.equalTo. 45
    #A2784 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsEqual.equalTo. 45 40

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/lucene/store/InputStreamIndexInputTests.java

    Severity Rule Message Line Col
    #A2785 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 31
    #A2786 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 31 41
    #A2787 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 32
    #A2788 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 32 36
    #A2789 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThan. 33
    #A2790 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThan. 33 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/lucene/uid/VersionsTests.java

    Severity Rule Message Line Col
    #A2791 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 47
    #A2792 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 47 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/path/PathTrieTests.java

    Severity Rule Message Line Col
    #A2793 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 27
    #A2794 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 27 45
    #A2795 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 28
    #A2796 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 28 36
    #A2797 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 29
    #A2798 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 29 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/regex/RegexTests.java

    Severity Rule Message Line Col
    #A2799 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 27
    #A2800 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 27 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/rounding/RoundingTests.java

    Severity Rule Message Line Col
    #A2801 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 25
    #A2802 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 25 36
    #A2803 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 26
    #A2804 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 26 36
    #A2805 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThanOrEqualTo. 27
    #A2806 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThanOrEqualTo. 27 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/rounding/TimeZoneRoundingTests.java

    Severity Rule Message Line Col
    #A2807 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 28
    #A2808 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 28 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/settings/ImmutableSettingsTests.java

    Severity Rule Message Line Col
    #A2809 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 34
    #A2810 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 34 66
    #A2811 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 35
    #A2812 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 35 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/settings/loader/JsonSettingsLoaderTests.java

    Severity Rule Message Line Col
    #A2813 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 26
    #A2814 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 26 66
    #A2815 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 27
    #A2816 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 27 41
    #A2817 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 28
    #A2818 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 28 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/settings/loader/YamlSettingsLoaderTests.java

    Severity Rule Message Line Col
    #A2819 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 26
    #A2820 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 26 66
    #A2821 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 27
    #A2822 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 27 41
    #A2823 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 28
    #A2824 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 28 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/unit/ByteSizeUnitTests.java

    Severity Rule Message Line Col
    #A2825 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.ByteSizeUnit.*. 25
    #A2826 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.ByteSizeUnit.*. 25 57
    #A2827 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 26
    #A2828 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 26 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/unit/ByteSizeValueTests.java

    Severity Rule Message Line Col
    #A2829 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 27
    #A2830 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 27 36
    #A2831 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 28
    #A2832 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 28 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/unit/DistanceUnitTests.java

    Severity Rule Message Line Col
    #A2833 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.closeTo. 25
    #A2834 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.closeTo. 25 36
    #A2835 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 26
    #A2836 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 26 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/unit/FuzzinessTests.java

    Severity Rule Message Line Col
    #A2837 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 29
    #A2838 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 29 64
    #A2839 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 30
    #A2840 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 30 40
    #A2841 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.number.IsCloseTo.closeTo. 31
    #A2842 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.number.IsCloseTo.closeTo. 31 44

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/unit/RatioValueTests.java

    Severity Rule Message Line Col
    #A2843 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 26
    #A2844 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 26 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/unit/SizeValueTests.java

    Severity Rule Message Line Col
    #A2845 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 25
    #A2846 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 25 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/unit/TimeValueTests.java

    Severity Rule Message Line Col
    #A2847 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 31
    #A2848 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 31 36
    #A2849 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThan. 32
    #A2850 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThan. 32 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/util/ArrayUtilsTests.java

    Severity Rule Message Line Col
    #A2851 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 28
    #A2852 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 28 41
    #A2853 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 29
    #A2854 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 29 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/util/CollectionUtilsTests.java

    Severity Rule Message Line Col
    #A2855 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33
    #A2856 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33 36
    #A2857 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 34
    #A2858 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/util/concurrent/CountDownTest.java

    Severity Rule Message Line Col
    #A2859 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29
    #A2860 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29 36
    #A2861 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 30
    #A2862 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 30 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/util/concurrent/EsExecutorsTests.java

    Severity Rule Message Line Col
    #A2863 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 30
    #A2864 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 30 36
    #A2865 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThan. 31
    #A2866 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThan. 31 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/util/concurrent/PrioritizedExecutorsTests.java

    Severity Rule Message Line Col
    #A2867 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34
    #A2868 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34 36
    #A2869 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 35
    #A2870 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 35 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/util/concurrent/RefCountedTest.java

    Severity Rule Message Line Col
    #A2871 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 31
    #A2872 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 31 36
    #A2873 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 32
    #A2874 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 32 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/xcontent/XContentFactoryTests.java

    Severity Rule Message Line Col
    #A2875 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29
    #A2876 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/xcontent/builder/BuilderRawFieldTests.java

    Severity Rule Message Line Col
    #A2877 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 32
    #A2878 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 32 41
    #A2879 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33
    #A2880 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/xcontent/builder/XContentBuilderTests.java

    Severity Rule Message Line Col
    #A2881 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentBuilder.FieldCaseConversion.CAMELCASE. 33
    #A2882 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentBuilder.FieldCaseConversion.CAMELCASE. 33 84
    #A2883 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentBuilder.FieldCaseConversion.UNDERSCORE. 34
    #A2884 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentBuilder.FieldCaseConversion.UNDERSCORE. 34 84
    #A2885 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 35
    #A2886 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 35 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/xcontent/cbor/JsonVsCborTests.java

    Severity Rule Message Line Col
    #A2887 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37
    #A2888 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37 36
    #A2889 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 38
    #A2890 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 38 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/xcontent/smile/JsonVsSmileTests.java

    Severity Rule Message Line Col
    #A2891 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 32
    #A2892 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 32 41
    #A2893 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33
    #A2894 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33 36
    #A2895 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 34
    #A2896 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/xcontent/support/XContentMapValuesTests.java

    Severity Rule Message Line Col
    #A2897 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 37
    #A2898 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 37 36
    #A2899 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsEqual.equalTo. 38
    #A2900 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsEqual.equalTo. 38 40

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/consistencylevel/WriteConsistencyLevelTests.java

    Severity Rule Message Line Col
    #A2901 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueMillis. 32
    #A2902 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueMillis. 32 54
    #A2903 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueSeconds. 33
    #A2904 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueSeconds. 33 54
    #A2905 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34
    #A2906 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/count/query/CountQueryTests.java

    Severity Rule Message Line Col
    #A2907 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 39
    #A2908 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 39 63
    #A2909 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 40
    #A2910 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 40 64
    #A2911 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. 41
    #A2912 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. 41 59
    #A2913 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 42
    #A2914 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 42 58
    #A2915 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 43
    #A2916 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 43 70
    #A2917 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 44
    #A2918 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 44 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/count/simple/SimpleCountTests.java

    Severity Rule Message Line Col
    #A2919 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 33
    #A2920 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 33 63
    #A2921 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 34
    #A2922 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 34 63
    #A2923 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 35
    #A2924 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 35 64
    #A2925 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.boolQuery. 36
    #A2926 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.boolQuery. 36 58
    #A2927 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.rangeQuery. 37
    #A2928 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.rangeQuery. 37 58
    #A2929 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 38
    #A2930 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 38 70
    #A2931 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 39
    #A2932 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 39 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/deleteByQuery/DeleteByQueryTests.java

    Severity Rule Message Line Col
    #A2933 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 39
    #A2934 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 39 70
    #A2935 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 40
    #A2936 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 40 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/deps/jackson/JacksonLocationTests.java

    Severity Rule Message Line Col
    #A2937 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 32
    #A2938 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 32 41
    #A2939 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33
    #A2940 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/deps/joda/SimpleJodaTests.java

    Severity Rule Message Line Col
    #A2941 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 33
    #A2942 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 33 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/deps/lucene/SimpleLuceneTests.java

    Severity Rule Message Line Col
    #A2943 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 38
    #A2944 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 38 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/deps/lucene/VectorHighlighterTests.java

    Severity Rule Message Line Col
    #A2945 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 35
    #A2946 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 35 41
    #A2947 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 36
    #A2948 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 36 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/discovery/BlockingClusterStatePublishResponseHandlerTests.java

    Severity Rule Message Line Col
    #A2949 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 34
    #A2950 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/discovery/DiscoveryWithServiceDisruptionsTests.java

    Severity Rule Message Line Col
    #A2951 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 64
    #A2952 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 64 66
    #A2953 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 65
    #A2954 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 65 66
    #A2955 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 66
    #A2956 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 66 70
    #A2957 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 67
    #A2958 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 67 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/discovery/ZenFaultDetectionTests.java

    Severity Rule Message Line Col
    #A2959 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 48
    #A2960 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 48 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/discovery/ZenUnicastDiscoveryTests.java

    Severity Rule Message Line Col
    #A2961 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36
    #A2962 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/discovery/zen/ZenDiscoveryTests.java

    Severity Rule Message Line Col
    #A2963 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 57
    #A2964 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 57 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/discovery/zen/ZenDiscoveryUnitTest.java

    Severity Rule Message Line Col
    #A2965 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.discovery.zen.ZenDiscovery.ProcessClusterState. 32
    #A2966 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.discovery.zen.ZenDiscovery.ProcessClusterState. 32 59
    #A2967 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.discovery.zen.ZenDiscovery.shouldIgnoreOrRejectNewClusterState. 33
    #A2968 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.discovery.zen.ZenDiscovery.shouldIgnoreOrRejectNewClusterState. 33 59
    #A2969 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 34
    #A2970 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 34 36
    #A2971 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.nullValue. 35
    #A2972 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.nullValue. 35 39

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/discovery/zen/ZenPingTests.java

    Severity Rule Message Line Col
    #A2973 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33
    #A2974 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/discovery/zen/ping/multicast/MulticastZenPingTests.java

    Severity Rule Message Line Col
    #A2975 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 45
    #A2976 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 45 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/discovery/zen/ping/unicast/UnicastZenPingTests.java

    Severity Rule Message Line Col
    #A2977 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 43
    #A2978 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 43 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/document/AliasedIndexDocumentActionsTests.java

    Severity Rule Message Line Col
    #A2979 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. 24
    #A2980 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. 24 48

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/document/BulkTests.java

    Severity Rule Message Line Col
    #A2981 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 50
    #A2982 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 50 64
    #A2983 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 51
    #A2984 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 51 70
    #A2985 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertExists. 52
    #A2986 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertExists. 52 70
    #A2987 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 53
    #A2988 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 53 70
    #A2989 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 54
    #A2990 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 54 70
    #A2991 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchHits. 55
    #A2992 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchHits. 55 70
    #A2993 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 56
    #A2994 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 56 36
    #A2995 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 57
    #A2996 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 57 36
    #A2997 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 58
    #A2998 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 58 36
    #A2999 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 59
    #A3000 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 59 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/document/DocumentActionsTests.java

    Severity Rule Message Line Col
    #A3001 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.*. 46
    #A3002 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.*. 46 48
    #A3003 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 47
    #A3004 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 47 58
    #A3005 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 48
    #A3006 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 48 70
    #A3007 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 49
    #A3008 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 49 70
    #A3009 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 50
    #A3010 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 50 36
    #A3011 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 51
    #A3012 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 51 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/env/NodeEnvironmentTests.java

    Severity Rule Message Line Col
    #A3013 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 45
    #A3014 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 45 63
    #A3015 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 46
    #A3016 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 46 66
    #A3017 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 47
    #A3018 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 47 40

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/exists/SimpleExistsTests.java

    Severity Rule Message Line Col
    #A3019 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.boolQuery. 28
    #A3020 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.boolQuery. 28 58
    #A3021 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.rangeQuery. 29
    #A3022 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.rangeQuery. 29 58
    #A3023 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertExists. 30
    #A3024 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertExists. 30 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/explain/ExplainActionTests.java

    Severity Rule Message Line Col
    #A3025 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 42
    #A3026 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 42 64
    #A3027 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.queryStringQuery. 43
    #A3028 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.queryStringQuery. 43 58
    #A3029 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 44
    #A3030 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 44 70
    #A3031 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 45
    #A3032 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 45 36
    #A3033 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 46
    #A3034 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 46 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/flt/FuzzyLikeThisActionTests.java

    Severity Rule Message Line Col
    #A3035 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 27
    #A3036 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 27 64
    #A3037 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.fuzzyLikeThisFieldQuery. 28
    #A3038 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.fuzzyLikeThisFieldQuery. 28 58
    #A3039 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.fuzzyLikeThisQuery. 29
    #A3040 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.fuzzyLikeThisQuery. 29 58
    #A3041 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 30
    #A3042 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 30 70
    #A3043 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertThrows. 31
    #A3044 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertThrows. 31 70
    #A3045 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 32
    #A3046 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 32 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/gateway/local/LocalGatewayIndexStateTests.java

    Severity Rule Message Line Col
    #A3047 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 44
    #A3048 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 44 66
    #A3049 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 45
    #A3050 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 45 58
    #A3051 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 46
    #A3052 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 46 66
    #A3053 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 47
    #A3054 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 47 70
    #A3055 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 48
    #A3056 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 48 70
    #A3057 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 49
    #A3058 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 49 36
    #A3059 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 50
    #A3060 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 50 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/gateway/local/QuorumLocalGatewayTests.java

    Severity Rule Message Line Col
    #A3061 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.clusterHealthRequest. 36
    #A3062 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.clusterHealthRequest. 36 48
    #A3063 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 37
    #A3064 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 37 66
    #A3065 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 38
    #A3066 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 38 64
    #A3067 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 39
    #A3068 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 39 58
    #A3069 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 40
    #A3070 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 40 66
    #A3071 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 41
    #A3072 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 41 70
    #A3073 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 42
    #A3074 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 42 70
    #A3075 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 43
    #A3076 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 43 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/gateway/local/RecoveryBackwardsCompatibilityTests.java

    Severity Rule Message Line Col
    #A3077 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 41
    #A3078 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 41 70
    #A3079 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 42
    #A3080 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 42 70
    #A3081 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 43
    #A3082 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 43 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/gateway/local/SimpleRecoveryLocalGatewayTests.java

    Severity Rule Message Line Col
    #A3083 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 42
    #A3084 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 42 63
    #A3085 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 43
    #A3086 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 43 63
    #A3087 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 44
    #A3088 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 44 64
    #A3089 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 45
    #A3090 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 45 58
    #A3091 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 46
    #A3092 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 46 58
    #A3093 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 47
    #A3094 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 47 66
    #A3095 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 48
    #A3096 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 48 70
    #A3097 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 49
    #A3098 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 49 70
    #A3099 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 50
    #A3100 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 50 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/gateway/local/state/meta/MetaDataStateFormatTest.java

    Severity Rule Message Line Col
    #A3101 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 66
    #A3102 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 66 36
    #A3103 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 67
    #A3104 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 67 36
    #A3105 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 68
    #A3106 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 68 36
    #A3107 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.not. 69
    #A3108 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.not. 69 36
    #A3109 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 70
    #A3110 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 70 36
    #A3111 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.startsWith. 71
    #A3112 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.startsWith. 71 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/gateway/none/RecoverAfterNodesTests.java

    Severity Rule Message Line Col
    #A3113 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 33
    #A3114 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 33 66
    #A3115 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 34
    #A3116 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 34 66
    #A3117 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 35
    #A3118 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 35 36
    #A3119 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.hasItem. 36
    #A3120 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.hasItem. 36 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/get/GetActionTests.java

    Severity Rule Message Line Col
    #A3121 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 44
    #A3122 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 44 64
    #A3123 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 45
    #A3124 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 45 70
    #A3125 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 46
    #A3126 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 46 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/http/netty/HttpPublishPortTests.java

    Severity Rule Message Line Col
    #A3127 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 31
    #A3128 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 31 66
    #A3129 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 32
    #A3130 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 32 66
    #A3131 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.is. 33
    #A3132 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.is. 33 40
    #A3133 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 34
    #A3134 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/http/netty/NettyHttpClient.java

    Severity Rule Message Line Col
    #A3135 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 38
    #A3136 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 38 41
    #A3137 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 39
    #A3138 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 39 36
    #A3139 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThan. 40
    #A3140 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThan. 40 36
    #A3141 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpHeaders.Names.HOST. 41
    #A3142 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpHeaders.Names.HOST. 41 67
    #A3143 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpVersion.HTTP_1_1. 42
    #A3144 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpVersion.HTTP_1_1. 42 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/http/netty/NettyHttpServerPipeliningTest.java

    Severity Rule Message Line Col
    #A3145 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 51
    #A3146 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 51 66
    #A3147 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.http.netty.NettyHttpClient.returnHttpResponseBodies. 52
    #A3148 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.http.netty.NettyHttpClient.returnHttpResponseBodies. 52 59
    #A3149 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.http.netty.NettyHttpServerTransport.HttpChannelPipelineFactory. 53
    #A3150 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.http.netty.NettyHttpServerTransport.HttpChannelPipelineFactory. 53 68
    #A3151 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 54
    #A3152 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 54 36
    #A3153 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpHeaders.Names.CONNECTION. 55
    #A3154 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpHeaders.Names.CONNECTION. 55 67
    #A3155 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpHeaders.Names.CONTENT_LENGTH. 56
    #A3156 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpHeaders.Names.CONTENT_LENGTH. 56 67
    #A3157 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpHeaders.Values.CLOSE. 57
    #A3158 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpHeaders.Values.CLOSE. 57 68
    #A3159 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpResponseStatus.OK. 58
    #A3160 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpResponseStatus.OK. 58 68
    #A3161 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpVersion.HTTP_1_0. 59
    #A3162 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpVersion.HTTP_1_0. 59 61
    #A3163 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpVersion.HTTP_1_1. 60
    #A3164 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpVersion.HTTP_1_1. 60 61

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/http/netty/NettyPipeliningDisabledIntegrationTest.java

    Severity Rule Message Line Col
    #A3165 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 35
    #A3166 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 35 66
    #A3167 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.http.netty.NettyHttpClient.returnOpaqueIds. 36
    #A3168 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.http.netty.NettyHttpClient.returnOpaqueIds. 36 59
    #A3169 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 37
    #A3170 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 37 66
    #A3171 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 38
    #A3172 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 38 66
    #A3173 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 39
    #A3174 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 39 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/http/netty/NettyPipeliningEnabledIntegrationTest.java

    Severity Rule Message Line Col
    #A3175 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 34
    #A3176 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 34 66
    #A3177 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.http.netty.NettyHttpClient.returnOpaqueIds. 35
    #A3178 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.http.netty.NettyHttpClient.returnOpaqueIds. 35 59
    #A3179 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 36
    #A3180 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 36 66
    #A3181 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 37
    #A3182 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 37 66
    #A3183 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.hasSize. 38
    #A3184 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.hasSize. 38 36
    #A3185 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 39
    #A3186 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 39 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/http/netty/pipelining/HttpPipeliningHandlerTest.java

    Severity Rule Message Line Col
    #A3187 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 42
    #A3188 warning AvoidStaticImport Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. 42 44
    #A3189 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.buffer.ChannelBuffers.EMPTY_BUFFER. 43
    #A3190 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.buffer.ChannelBuffers.EMPTY_BUFFER. 43 52
    #A3191 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.buffer.ChannelBuffers.copiedBuffer. 44
    #A3192 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.buffer.ChannelBuffers.copiedBuffer. 44 52
    #A3193 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpHeaders.Names.*. 45
    #A3194 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpHeaders.Names.*. 45 67
    #A3195 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpHeaders.Values.CHUNKED. 46
    #A3196 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpHeaders.Values.CHUNKED. 46 68
    #A3197 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpHeaders.Values.KEEP_ALIVE. 47
    #A3198 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpHeaders.Values.KEEP_ALIVE. 47 68
    #A3199 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpResponseStatus.OK. 48
    #A3200 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpResponseStatus.OK. 48 68
    #A3201 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpVersion.HTTP_1_1. 49
    #A3202 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpVersion.HTTP_1_1. 49 61
    #A3203 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.util.CharsetUtil.UTF_8. 50
    #A3204 warning AvoidStaticImport Using a static member import should be avoided - org.jboss.netty.util.CharsetUtil.UTF_8. 50 47

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/IndexWithShadowReplicasTests.java

    Severity Rule Message Line Col
    #A3205 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 51
    #A3206 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 51 46
    #A3207 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 52
    #A3208 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 52 58
    #A3209 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 53
    #A3210 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 53 70
    #A3211 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 54
    #A3212 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 54 36
    #A3213 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. 55
    #A3214 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. 55 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/TermsFilterIntegrationTests.java

    Severity Rule Message Line Col
    #A3215 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.TermsFilterParser.*. 30
    #A3216 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.TermsFilterParser.*. 30 62
    #A3217 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 31
    #A3218 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 31 70
    #A3219 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 32
    #A3220 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 32 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/TransportIndexFailuresTest.java

    Severity Rule Message Line Col
    #A3221 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 46
    #A3222 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 46 66
    #A3223 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 47
    #A3224 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 47 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/VersionTypeTests.java

    Severity Rule Message Line Col
    #A3225 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 26
    #A3226 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 26 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/aliases/IndexAliasesServiceTests.java

    Severity Rule Message Line Col
    #A3227 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. 36
    #A3228 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. 36 59
    #A3229 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37
    #A3230 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37 36
    #A3231 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 38
    #A3232 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 38 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/ASCIIFoldingTokenFilterFactoryTests.java

    Severity Rule Message Line Col
    #A3233 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 30
    #A3234 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 30 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/AnalysisModuleTests.java

    Severity Rule Message Line Col
    #A3235 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 54
    #A3236 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 54 66
    #A3237 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 55
    #A3238 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 55 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/AnalysisTests.java

    Severity Rule Message Line Col
    #A3239 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 28
    #A3240 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 28 66
    #A3241 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 29
    #A3242 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 29 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/AnalyzerBackwardsCompatTests.java

    Severity Rule Message Line Col
    #A3243 warning AvoidStaticImport Using a static member import should be avoided - com.carrotsearch.randomizedtesting.RandomizedTest.scaledRandomIntBetween. 27
    #A3244 warning AvoidStaticImport Using a static member import should be avoided - com.carrotsearch.randomizedtesting.RandomizedTest.scaledRandomIntBetween. 27 64
    #A3245 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_VERSION_CREATED. 28
    #A3246 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_VERSION_CREATED. 28 63

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/CharFilterTests.java

    Severity Rule Message Line Col
    #A3247 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 37
    #A3248 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 37 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/CompoundAnalysisTests.java

    Severity Rule Message Line Col
    #A3249 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 49
    #A3250 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 49 66
    #A3251 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 50
    #A3252 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 50 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/HunspellTokenFilterFactoryTests.java

    Severity Rule Message Line Col
    #A3253 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 27
    #A3254 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 27 66
    #A3255 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 28
    #A3256 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 28 36
    #A3257 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 29
    #A3258 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 29 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/KeepFilterFactoryTests.java

    Severity Rule Message Line Col
    #A3259 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 35
    #A3260 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 35 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/KeepTypesFilterFactoryTests.java

    Severity Rule Message Line Col
    #A3261 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 32
    #A3262 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 32 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/NGramTokenizerFactoryTests.java

    Severity Rule Message Line Col
    #A3263 warning AvoidStaticImport Using a static member import should be avoided - com.carrotsearch.randomizedtesting.RandomizedTest.scaledRandomIntBetween. 45
    #A3264 warning AvoidStaticImport Using a static member import should be avoided - com.carrotsearch.randomizedtesting.RandomizedTest.scaledRandomIntBetween. 45 64
    #A3265 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 46
    #A3266 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 46 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/NumericAnalyzerTests.java

    Severity Rule Message Line Col
    #A3267 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 31
    #A3268 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 31 36
    #A3269 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 32
    #A3270 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 32 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/PatternCaptureTokenFilterTests.java

    Severity Rule Message Line Col
    #A3271 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 40
    #A3272 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 40 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/PreBuiltAnalyzerProviderFactoryTests.java

    Severity Rule Message Line Col
    #A3273 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 28
    #A3274 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 28 36
    #A3275 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.not. 29
    #A3276 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.not. 29 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/PreBuiltAnalyzerTests.java

    Severity Rule Message Line Col
    #A3277 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 40
    #A3278 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 40 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/PreBuiltCharFilterFactoryFactoryTests.java

    Severity Rule Message Line Col
    #A3279 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 28
    #A3280 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 28 40
    #A3281 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 29
    #A3282 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 29 41

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/PreBuiltTokenFilterFactoryFactoryTests.java

    Severity Rule Message Line Col
    #A3283 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 28
    #A3284 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 28 40

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/PreBuiltTokenizerFactoryFactoryTests.java

    Severity Rule Message Line Col
    #A3285 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 28
    #A3286 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 28 40

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/ShingleTokenFilterFactoryTests.java

    Severity Rule Message Line Col
    #A3287 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 34
    #A3288 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/StemmerTokenFilterFactoryTests.java

    Severity Rule Message Line Col
    #A3289 warning AvoidStaticImport Using a static member import should be avoided - com.carrotsearch.randomizedtesting.RandomizedTest.scaledRandomIntBetween. 35
    #A3290 warning AvoidStaticImport Using a static member import should be avoided - com.carrotsearch.randomizedtesting.RandomizedTest.scaledRandomIntBetween. 35 64
    #A3291 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_VERSION_CREATED. 36
    #A3292 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_VERSION_CREATED. 36 63
    #A3293 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 37
    #A3294 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 37 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/StopAnalyzerTests.java

    Severity Rule Message Line Col
    #A3295 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 38
    #A3296 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 38 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/StopTokenFilterTests.java

    Severity Rule Message Line Col
    #A3297 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37
    #A3298 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37 36
    #A3299 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 38
    #A3300 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 38 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/WordDelimiterTokenFilterFactoryTests.java

    Severity Rule Message Line Col
    #A3301 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 30
    #A3302 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 30 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/commongrams/CommonGramsTokenFilterFactoryTests.java

    Severity Rule Message Line Col
    #A3303 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 38
    #A3304 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 38 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/synonyms/SynonymsAnalysisTest.java

    Severity Rule Message Line Col
    #A3305 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 50
    #A3306 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 50 66
    #A3307 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 51
    #A3308 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 51 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/cache/fixedbitset/FixedBitSetFilterCacheTest.java

    Severity Rule Message Line Col
    #A3309 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 38
    #A3310 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 38 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/cache/query/parser/resident/ResidentQueryParserCacheTest.java

    Severity Rule Message Line Col
    #A3311 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 31
    #A3312 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 31 36
    #A3313 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.not. 32
    #A3314 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.not. 32 36
    #A3315 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.sameInstance. 33
    #A3316 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.sameInstance. 33 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/codec/CodecTests.java

    Severity Rule Message Line Col
    #A3317 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 51
    #A3318 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 51 36
    #A3319 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 52
    #A3320 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 52 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/deletionpolicy/SnapshotDeletionPolicyTests.java

    Severity Rule Message Line Col
    #A3321 warning AvoidStaticImport Using a static member import should be avoided - org.apache.lucene.index.DirectoryReader.listCommits. 36
    #A3322 warning AvoidStaticImport Using a static member import should be avoided - org.apache.lucene.index.DirectoryReader.listCommits. 36 54
    #A3323 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 37
    #A3324 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 37 74
    #A3325 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 38
    #A3326 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 38 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/engine/InternalEngineMergeTests.java

    Severity Rule Message Line Col
    #A3327 warning AvoidStaticImport Using a static member import should be avoided - org.apache.lucene.util.LuceneTestCase.Slow. 37
    #A3328 warning AvoidStaticImport Using a static member import should be avoided - org.apache.lucene.util.LuceneTestCase.Slow. 37 52
    #A3329 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 38
    #A3330 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 38 64
    #A3331 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 39
    #A3332 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 39 66
    #A3333 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 40
    #A3334 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 40 66
    #A3335 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 41
    #A3336 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 41 70
    #A3337 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 42
    #A3338 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 42 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/engine/InternalEngineSettingsTest.java

    Severity Rule Message Line Col
    #A3339 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 28
    #A3340 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 28 36
    #A3341 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 29
    #A3342 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 29 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/engine/InternalEngineTests.java

    Severity Rule Message Line Col
    #A3343 warning AvoidStaticImport Using a static member import should be avoided - com.carrotsearch.randomizedtesting.RandomizedTest.*. 96
    #A3344 warning AvoidStaticImport Using a static member import should be avoided - com.carrotsearch.randomizedtesting.RandomizedTest.*. 96 64
    #A3345 warning AvoidStaticImport Using a static member import should be avoided - com.carrotsearch.randomizedtesting.RandomizedTest.randomBoolean. 97
    #A3346 warning AvoidStaticImport Using a static member import should be avoided - com.carrotsearch.randomizedtesting.RandomizedTest.randomBoolean. 97 64
    #A3347 warning AvoidStaticImport Using a static member import should be avoided - org.apache.lucene.util.AbstractRandomizedTest.CHILD_JVM_ID. 98
    #A3348 warning AvoidStaticImport Using a static member import should be avoided - org.apache.lucene.util.AbstractRandomizedTest.CHILD_JVM_ID. 98 60
    #A3349 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 99
    #A3350 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 99 74
    #A3351 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.engine.Engine.Operation.Origin.PRIMARY. 100
    #A3352 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.engine.Engine.Operation.Origin.PRIMARY. 100 69
    #A3353 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.engine.Engine.Operation.Origin.REPLICA. 101
    #A3354 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.engine.Engine.Operation.Origin.REPLICA. 101 69
    #A3355 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchTestCase.assertBusy. 102
    #A3356 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchTestCase.assertBusy. 102 59
    #A3357 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchTestCase.terminate. 103
    #A3358 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchTestCase.terminate. 103 59
    #A3359 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 104
    #A3360 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 104 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/engine/ShadowEngineTests.java

    Severity Rule Message Line Col
    #A3361 warning AvoidStaticImport Using a static member import should be avoided - com.carrotsearch.randomizedtesting.RandomizedTest.*. 82
    #A3362 warning AvoidStaticImport Using a static member import should be avoided - com.carrotsearch.randomizedtesting.RandomizedTest.*. 82 64
    #A3363 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 83
    #A3364 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 83 74
    #A3365 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchTestCase.terminate. 84
    #A3366 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchTestCase.terminate. 84 59
    #A3367 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 85
    #A3368 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 85 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/AbstractFieldDataImplTests.java

    Severity Rule Message Line Col
    #A3369 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 31
    #A3370 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 31 36
    #A3371 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. 32
    #A3372 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. 32 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/AbstractFieldDataTests.java

    Severity Rule Message Line Col
    #A3373 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.fielddata.IndexFieldData.XFieldComparatorSource.Nested. 42
    #A3374 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.fielddata.IndexFieldData.XFieldComparatorSource.Nested. 42 86

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/AbstractNumericFieldDataTests.java

    Severity Rule Message Line Col
    #A3375 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34
    #A3376 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/AbstractStringFieldDataTests.java

    Severity Rule Message Line Col
    #A3377 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 46
    #A3378 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 46 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/BinaryDVFieldDataTests.java

    Severity Rule Message Line Col
    #A3379 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33
    #A3380 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/DisabledFieldDataFormatTests.java

    Severity Rule Message Line Col
    #A3381 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 30
    #A3382 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 30 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/DuelFieldDataTests.java

    Severity Rule Message Line Col
    #A3383 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 47
    #A3384 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 47 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/FieldDataBackwardCompatibilityTests.java

    Severity Rule Message Line Col
    #A3385 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 29
    #A3386 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 29 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/FieldDataFilterIntegrationTests.java

    Severity Rule Message Line Col
    #A3387 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 35
    #A3388 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 35 58
    #A3389 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.facet.FacetBuilders.termsFacet. 36
    #A3390 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.facet.FacetBuilders.termsFacet. 36 59
    #A3391 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 37
    #A3392 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 37 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/FieldDataLoadingTests.java

    Severity Rule Message Line Col
    #A3393 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 26
    #A3394 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 26 64
    #A3395 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 27
    #A3396 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 27 70
    #A3397 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 28
    #A3398 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 28 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/FilterFieldDataTest.java

    Severity Rule Message Line Col
    #A3399 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 31
    #A3400 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 31 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/IndexFieldDataServiceTests.java

    Severity Rule Message Line Col
    #A3401 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 44
    #A3402 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 44 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/LongFieldDataTests.java

    Severity Rule Message Line Col
    #A3403 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 37
    #A3404 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 37 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/ParentChildFieldDataTests.java

    Severity Rule Message Line Col
    #A3405 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 51
    #A3406 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 51 36
    #A3407 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 52
    #A3408 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 52 36
    #A3409 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 53
    #A3410 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 53 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/ordinals/MultiOrdinalsTests.java

    Severity Rule Message Line Col
    #A3411 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33
    #A3412 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/ordinals/SingleOrdinalsTests.java

    Severity Rule Message Line Col
    #A3413 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 32
    #A3414 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 32 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/plain/ParentChildFilteredTermsEnumTests.java

    Severity Rule Message Line Col
    #A3415 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34
    #A3416 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34 36
    #A3417 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.not. 35
    #A3418 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.not. 35 36
    #A3419 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 36
    #A3420 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 36 39

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/gateway/CommitPointsTests.java

    Severity Rule Message Line Col
    #A3421 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 31
    #A3422 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 31 41
    #A3423 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 32
    #A3424 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 32 36
    #A3425 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 33
    #A3426 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 33 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/FileBasedMappingsTests.java

    Severity Rule Message Line Col
    #A3427 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 40
    #A3428 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 40 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/TransformOnIndexMapperIntegrationTest.java

    Severity Rule Message Line Col
    #A3429 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 40
    #A3430 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 40 58
    #A3431 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 41
    #A3432 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 41 70
    #A3433 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertExists. 42
    #A3434 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertExists. 42 70
    #A3435 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 43
    #A3436 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 43 70
    #A3437 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchHits. 44
    #A3438 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchHits. 44 70
    #A3439 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSuggestion. 45
    #A3440 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSuggestion. 45 70
    #A3441 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.both. 46
    #A3442 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.both. 46 36
    #A3443 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.hasEntry. 47
    #A3444 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.hasEntry. 47 36
    #A3445 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.hasKey. 48
    #A3446 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.hasKey. 48 36
    #A3447 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.not. 49
    #A3448 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.not. 49 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/UidTests.java

    Severity Rule Message Line Col
    #A3449 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 25
    #A3450 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 25 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/all/AllMapperOnCusterTests.java

    Severity Rule Message Line Col
    #A3451 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 26
    #A3452 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 26 64
    #A3453 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 27
    #A3454 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 27 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/all/SimpleAllMapperTests.java

    Severity Rule Message Line Col
    #A3455 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToBytesFromClasspath. 49
    #A3456 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToBytesFromClasspath. 49 50
    #A3457 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 50
    #A3458 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 50 50
    #A3459 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 51
    #A3460 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 51 64
    #A3461 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 52
    #A3462 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 52 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/analyzer/AnalyzerMapperTests.java

    Severity Rule Message Line Col
    #A3463 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 31
    #A3464 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 31 36
    #A3465 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 32
    #A3466 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 32 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/binary/BinaryMappingTests.java

    Severity Rule Message Line Col
    #A3467 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29
    #A3468 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29 36
    #A3469 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 30
    #A3470 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 30 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/boost/BoostMappingIntegrationTests.java

    Severity Rule Message Line Col
    #A3471 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 30
    #A3472 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 30 70
    #A3473 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 31
    #A3474 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 31 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/boost/BoostMappingTests.java

    Severity Rule Message Line Col
    #A3475 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 31
    #A3476 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 31 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/boost/CustomBoostMappingTests.java

    Severity Rule Message Line Col
    #A3477 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 28
    #A3478 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 28 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/boost/FieldLevelBoostTests.java

    Severity Rule Message Line Col
    #A3479 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.closeTo. 31
    #A3480 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.closeTo. 31 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/camelcase/CamelCaseFieldNameTests.java

    Severity Rule Message Line Col
    #A3481 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29
    #A3482 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29 36
    #A3483 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 30
    #A3484 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 30 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/completion/CompletionFieldMapperTests.java

    Severity Rule Message Line Col
    #A3485 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 32
    #A3486 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 32 64
    #A3487 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 33
    #A3488 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 33 36
    #A3489 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 34
    #A3490 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/compound/CompoundTypesTests.java

    Severity Rule Message Line Col
    #A3491 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.closeTo. 28
    #A3492 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.closeTo. 28 36
    #A3493 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29
    #A3494 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/copyto/CopyToMapperIntegrationTests.java

    Severity Rule Message Line Col
    #A3495 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 34
    #A3496 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 34 70
    #A3497 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 35
    #A3498 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 35 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/copyto/CopyToMapperTests.java

    Severity Rule Message Line Col
    #A3499 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 41
    #A3500 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 41 64
    #A3501 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.DocumentMapper.MergeFlags.mergeFlags. 42
    #A3502 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.DocumentMapper.MergeFlags.mergeFlags. 42 71
    #A3503 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 43
    #A3504 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 43 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/core/TokenCountFieldMapperIntegrationTests.java

    Severity Rule Message Line Col
    #A3505 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 42
    #A3506 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 42 64
    #A3507 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 43
    #A3508 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 43 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/core/TokenCountFieldMapperTests.java

    Severity Rule Message Line Col
    #A3509 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.DocumentMapper.MergeFlags.mergeFlags. 35
    #A3510 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.DocumentMapper.MergeFlags.mergeFlags. 35 71
    #A3511 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36
    #A3512 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/date/SimpleDateMappingTests.java

    Severity Rule Message Line Col
    #A3513 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 49
    #A3514 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 49 66
    #A3515 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 50
    #A3516 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 50 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/dynamic/DynamicMappingIntegrationTests.java

    Severity Rule Message Line Col
    #A3517 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 28
    #A3518 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 28 64

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/dynamic/DynamicMappingTests.java

    Severity Rule Message Line Col
    #A3519 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 36
    #A3520 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 36 64
    #A3521 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37
    #A3522 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37 36
    #A3523 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 38
    #A3524 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 38 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/dynamictemplate/genericstore/GenericStoreDynamicTemplateTests.java

    Severity Rule Message Line Col
    #A3525 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToBytesFromClasspath. 30
    #A3526 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToBytesFromClasspath. 30 50
    #A3527 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 31
    #A3528 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 31 50
    #A3529 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 32
    #A3530 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 32 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/dynamictemplate/pathmatch/PathMatchDynamicTemplateTests.java

    Severity Rule Message Line Col
    #A3531 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToBytesFromClasspath. 30
    #A3532 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToBytesFromClasspath. 30 50
    #A3533 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 31
    #A3534 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 31 50
    #A3535 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 32
    #A3536 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 32 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/dynamictemplate/simple/SimpleDynamicTemplatesTests.java

    Severity Rule Message Line Col
    #A3537 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToBytesFromClasspath. 32
    #A3538 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToBytesFromClasspath. 32 50
    #A3539 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 33
    #A3540 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 33 50
    #A3541 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34
    #A3542 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/externalvalues/ExternalMapper.java

    Severity Rule Message Line Col
    #A3543 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.stringField. 43
    #A3544 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.stringField. 43 60
    #A3545 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. 44
    #A3546 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. 44 62
    #A3547 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseMultiField. 45
    #A3548 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseMultiField. 45 62

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/externalvalues/ExternalMapperPlugin.java

    Severity Rule Message Line Col
    #A3549 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 27
    #A3550 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 27 46

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/externalvalues/ExternalValuesMapperIntegrationTests.java

    Severity Rule Message Line Col
    #A3551 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33
    #A3552 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/externalvalues/SimpleExternalMappingTests.java

    Severity Rule Message Line Col
    #A3553 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 29
    #A3554 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 29 36
    #A3555 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 30
    #A3556 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 30 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/geo/GeoEncodingTests.java

    Severity Rule Message Line Col
    #A3557 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThanOrEqualTo. 30
    #A3558 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThanOrEqualTo. 30 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/geo/GeoMappingTests.java

    Severity Rule Message Line Col
    #A3559 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 32
    #A3560 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 32 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/geo/GeoPointFieldMapperTests.java

    Severity Rule Message Line Col
    #A3561 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.DocumentMapper.MergeFlags.mergeFlags. 33
    #A3562 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.DocumentMapper.MergeFlags.mergeFlags. 33 71
    #A3563 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 34
    #A3564 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 34 36
    #A3565 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 35
    #A3566 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 35 36
    #A3567 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 36
    #A3568 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 36 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/geo/GeoShapeFieldMapperTests.java

    Severity Rule Message Line Col
    #A3569 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.DocumentMapper.MergeFlags.mergeFlags. 38
    #A3570 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.DocumentMapper.MergeFlags.mergeFlags. 38 71
    #A3571 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 39
    #A3572 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 39 36
    #A3573 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 40
    #A3574 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 40 36
    #A3575 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.isIn. 41
    #A3576 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.isIn. 41 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/geo/GeohashMappingGeoPointTests.java

    Severity Rule Message Line Col
    #A3577 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 31
    #A3578 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 31 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/id/IdMappingTests.java

    Severity Rule Message Line Col
    #A3579 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 33
    #A3580 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 33 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/index/IndexTypeMapperIntegrationTests.java

    Severity Rule Message Line Col
    #A3581 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 31
    #A3582 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 31 64
    #A3583 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 32
    #A3584 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 32 70
    #A3585 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 33
    #A3586 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 33 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/index/IndexTypeMapperTests.java

    Severity Rule Message Line Col
    #A3587 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 30
    #A3588 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 30 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/ip/SimpleIpMappingTests.java

    Severity Rule Message Line Col
    #A3589 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 31
    #A3590 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 31 66
    #A3591 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 32
    #A3592 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 32 36
    #A3593 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 33
    #A3594 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 33 36
    #A3595 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 34
    #A3596 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 34 36
    #A3597 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 35
    #A3598 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 35 36
    #A3599 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 36
    #A3600 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 36 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/lucene/DoubleIndexingDocTest.java

    Severity Rule Message Line Col
    #A3601 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34
    #A3602 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/lucene/StoredNumericValuesTest.java

    Severity Rule Message Line Col
    #A3603 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 44
    #A3604 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 44 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/merge/TestMergeMapperTests.java

    Severity Rule Message Line Col
    #A3605 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.DocumentMapper.MergeFlags.mergeFlags. 30
    #A3606 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.DocumentMapper.MergeFlags.mergeFlags. 30 71
    #A3607 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 31
    #A3608 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 31 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/multifield/MultiFieldTests.java

    Severity Rule Message Line Col
    #A3609 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToBytesFromClasspath. 44
    #A3610 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToBytesFromClasspath. 44 50
    #A3611 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 45
    #A3612 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 45 50
    #A3613 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 46
    #A3614 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 46 64
    #A3615 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.*. 47
    #A3616 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.*. 47 60
    #A3617 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 48
    #A3618 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 48 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/multifield/MultiFieldsIntegrationTests.java

    Severity Rule Message Line Col
    #A3619 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.geoDistanceFilter. 36
    #A3620 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.geoDistanceFilter. 36 59
    #A3621 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.constantScoreQuery. 37
    #A3622 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.constantScoreQuery. 37 58
    #A3623 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchQuery. 38
    #A3624 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchQuery. 38 58
    #A3625 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 39
    #A3626 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 39 70
    #A3627 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 40
    #A3628 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 40 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/multifield/merge/JavaMultiFieldMergeTests.java

    Severity Rule Message Line Col
    #A3629 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToBytesFromClasspath. 33
    #A3630 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToBytesFromClasspath. 33 50
    #A3631 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 34
    #A3632 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 34 50
    #A3633 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.DocumentMapper.MergeFlags.mergeFlags. 35
    #A3634 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.DocumentMapper.MergeFlags.mergeFlags. 35 71
    #A3635 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 36
    #A3636 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 36 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/nested/NestedMappingTests.java

    Severity Rule Message Line Col
    #A3637 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 31
    #A3638 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 31 36
    #A3639 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 32
    #A3640 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 32 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/null_value/NullValueTests.java

    Severity Rule Message Line Col
    #A3641 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 30
    #A3642 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 30 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/numeric/SimpleNumericTests.java

    Severity Rule Message Line Col
    #A3643 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 41
    #A3644 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 41 66
    #A3645 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 42
    #A3646 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 42 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/object/NullValueObjectMappingTests.java

    Severity Rule Message Line Col
    #A3647 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 30
    #A3648 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 30 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/parent/ParentMappingTests.java

    Severity Rule Message Line Col
    #A3649 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29
    #A3650 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29 36
    #A3651 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 30
    #A3652 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 30 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/path/PathMapperTests.java

    Severity Rule Message Line Col
    #A3653 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 28
    #A3654 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 28 50
    #A3655 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 29
    #A3656 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 29 36
    #A3657 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 30
    #A3658 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 30 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/routing/RoutingTypeMapperTests.java

    Severity Rule Message Line Col
    #A3659 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 34
    #A3660 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/simple/SimpleMapperTests.java

    Severity Rule Message Line Col
    #A3661 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToBytesFromClasspath. 33
    #A3662 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToBytesFromClasspath. 33 50
    #A3663 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 34
    #A3664 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 34 50
    #A3665 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.*. 35
    #A3666 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.*. 35 60
    #A3667 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36
    #A3668 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/size/SizeMappingIntegrationTests.java

    Severity Rule Message Line Col
    #A3669 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 31
    #A3670 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 31 64
    #A3671 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 32
    #A3672 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 32 70
    #A3673 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 33
    #A3674 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 33 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/size/SizeMappingTests.java

    Severity Rule Message Line Col
    #A3675 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 31
    #A3676 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 31 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/source/CompressSourceMappingTests.java

    Severity Rule Message Line Col
    #A3677 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 30
    #A3678 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 30 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/source/DefaultSourceMappingTests.java

    Severity Rule Message Line Col
    #A3679 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 39
    #A3680 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 39 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/string/SimpleStringMappingTests.java

    Severity Rule Message Line Col
    #A3681 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 58
    #A3682 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 58 36
    #A3683 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 59
    #A3684 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 59 36
    #A3685 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 60
    #A3686 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 60 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/timestamp/TimestampMappingTests.java

    Severity Rule Message Line Col
    #A3687 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 45
    #A3688 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 45 70
    #A3689 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 46
    #A3690 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 46 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/ttl/TTLMappingTests.java

    Severity Rule Message Line Col
    #A3691 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 36
    #A3692 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 36 70
    #A3693 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 37
    #A3694 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 37 36
    #A3695 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 38
    #A3696 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 38 36
    #A3697 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 39
    #A3698 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 39 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/typelevels/ParseDocumentTypeLevelsTests.java

    Severity Rule Message Line Col
    #A3699 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 28
    #A3700 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 28 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/typelevels/ParseMappingTypeLevelTests.java

    Severity Rule Message Line Col
    #A3701 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 28
    #A3702 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 28 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/update/UpdateMappingOnClusterTests.java

    Severity Rule Message Line Col
    #A3703 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 36
    #A3704 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 36 50
    #A3705 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 37
    #A3706 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 37 64
    #A3707 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 38
    #A3708 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 38 70
    #A3709 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 39
    #A3710 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 39 36
    #A3711 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 40
    #A3712 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 40 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/update/UpdateMappingTests.java

    Severity Rule Message Line Col
    #A3713 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 36
    #A3714 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 36 50
    #A3715 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 37
    #A3716 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 37 40

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/merge/policy/MergePolicySettingsTest.java

    Severity Rule Message Line Col
    #A3717 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 41
    #A3718 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. 41 74
    #A3719 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 42
    #A3720 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 42 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/query/IndexQueryParserFilterCachingTests.java

    Severity Rule Message Line Col
    #A3721 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToBytesFromClasspath. 46
    #A3722 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToBytesFromClasspath. 46 50
    #A3723 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 47
    #A3724 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 47 50
    #A3725 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 48
    #A3726 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 48 36
    #A3727 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 49
    #A3728 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 49 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/query/IndexQueryParserFilterDateRangeFormatTests.java

    Severity Rule Message Line Col
    #A3729 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToBytesFromClasspath. 39
    #A3730 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToBytesFromClasspath. 39 50
    #A3731 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 40
    #A3732 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 40 50
    #A3733 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 41
    #A3734 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 41 36
    #A3735 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 42
    #A3736 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 42 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/query/IndexQueryParserFilterDateRangeTimezoneTests.java

    Severity Rule Message Line Col
    #A3737 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToBytesFromClasspath. 39
    #A3738 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToBytesFromClasspath. 39 50
    #A3739 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 40
    #A3740 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 40 50
    #A3741 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 41
    #A3742 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 41 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/query/ItemSerializationTests.java

    Severity Rule Message Line Col
    #A3743 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 39
    #A3744 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 39 50
    #A3745 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 40
    #A3746 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 40 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/query/SimpleIndexQueryParserTests.java

    Severity Rule Message Line Col
    #A3747 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToBytesFromClasspath. 80
    #A3748 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToBytesFromClasspath. 80 50
    #A3749 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 81
    #A3750 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 81 50
    #A3751 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 82
    #A3752 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 82 64
    #A3753 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. 83
    #A3754 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. 83 59
    #A3755 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 84
    #A3756 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 84 58
    #A3757 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.RegexpFlag.*. 85
    #A3758 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.RegexpFlag.*. 85 55
    #A3759 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.factorFunction. 86
    #A3760 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.factorFunction. 86 80
    #A3761 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertBooleanSubQuery. 87
    #A3762 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertBooleanSubQuery. 87 70
    #A3763 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 88
    #A3764 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 88 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/query/TemplateQueryTest.java

    Severity Rule Message Line Col
    #A3765 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 44
    #A3766 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 44 66
    #A3767 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 45
    #A3768 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 45 64
    #A3769 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 46
    #A3770 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 46 70
    #A3771 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 47
    #A3772 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 47 36
    #A3773 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 48
    #A3774 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 48 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/query/guice/IndexQueryParserModuleTests.java

    Severity Rule Message Line Col
    #A3775 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 27
    #A3776 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 27 66
    #A3777 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 28
    #A3778 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 28 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/query/plugin/IndexQueryParserPlugin2Tests.java

    Severity Rule Message Line Col
    #A3779 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 53
    #A3780 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 53 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/query/plugin/IndexQueryParserPluginTests.java

    Severity Rule Message Line Col
    #A3781 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 53
    #A3782 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 53 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/search/FieldDataTermsFilterTests.java

    Severity Rule Message Line Col
    #A3783 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 57
    #A3784 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 57 40

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/search/child/AbstractChildTests.java

    Severity Rule Message Line Col
    #A3785 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 44
    #A3786 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 44 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/search/child/ChildrenConstantScoreQueryTests.java

    Severity Rule Message Line Col
    #A3787 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. 54
    #A3788 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. 54 59
    #A3789 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 55
    #A3790 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 55 58
    #A3791 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 56
    #A3792 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 56 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/search/child/ChildrenQueryTests.java

    Severity Rule Message Line Col
    #A3793 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. 57
    #A3794 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. 57 59
    #A3795 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 58
    #A3796 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 58 58
    #A3797 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 59
    #A3798 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 59 36
    #A3799 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThanOrEqualTo. 60
    #A3800 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThanOrEqualTo. 60 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/search/child/ParentConstantScoreQueryTests.java

    Severity Rule Message Line Col
    #A3801 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. 53
    #A3802 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. 53 59
    #A3803 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 54
    #A3804 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 54 58

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/search/child/ParentQueryTests.java

    Severity Rule Message Line Col
    #A3805 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.notFilter. 55
    #A3806 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.notFilter. 55 59
    #A3807 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. 56
    #A3808 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. 56 59
    #A3809 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 57
    #A3810 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 57 58

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/search/child/ScoreTypeTests.java

    Severity Rule Message Line Col
    #A3811 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 25
    #A3812 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 25 41
    #A3813 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 26
    #A3814 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 26 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/search/geo/GeoDistanceTests.java

    Severity Rule Message Line Col
    #A3815 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 28
    #A3816 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 28 41
    #A3817 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 29
    #A3818 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 29 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/search/geo/GeoPointParsingTests.java

    Severity Rule Message Line Col
    #A3819 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.closeTo. 34
    #A3820 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.closeTo. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/search/geo/GeoUtilsTests.java

    Severity Rule Message Line Col
    #A3821 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 39
    #A3822 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 39 64
    #A3823 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 40
    #A3824 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 40 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/search/nested/AbstractNumberNestedSortingTests.java

    Severity Rule Message Line Col
    #A3825 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 45
    #A3826 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 45 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/search/nested/DoubleNestedSortingTests.java

    Severity Rule Message Line Col
    #A3827 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 40
    #A3828 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 40 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/search/nested/FloatNestedSortingTests.java

    Severity Rule Message Line Col
    #A3829 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 40
    #A3830 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 40 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/search/nested/NestedSortingTests.java

    Severity Rule Message Line Col
    #A3831 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 53
    #A3832 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 53 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/shard/IndexShardTests.java

    Severity Rule Message Line Col
    #A3833 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 26
    #A3834 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 26 66
    #A3835 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 27
    #A3836 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 27 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/similarity/SimilarityTests.java

    Severity Rule Message Line Col
    #A3837 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 32
    #A3838 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 32 40
    #A3839 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.instanceOf. 33
    #A3840 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.instanceOf. 33 40

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/snapshots/blobstore/FileInfoTest.java

    Severity Rule Message Line Col
    #A3841 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 30
    #A3842 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 30 36
    #A3843 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 31
    #A3844 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 31 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/snapshots/blobstore/SlicedInputStreamTest.java

    Severity Rule Message Line Col
    #A3845 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 28
    #A3846 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 28 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/store/CorruptedFileTest.java

    Severity Rule Message Line Col
    #A3847 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 82
    #A3848 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 82 70
    #A3849 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 83
    #A3850 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 83 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/store/CorruptedTranslogTests.java

    Severity Rule Message Line Col
    #A3851 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 54
    #A3852 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 54 58
    #A3853 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 55
    #A3854 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 55 70
    #A3855 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 56
    #A3856 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 56 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/store/DirectoryUtilsTest.java

    Severity Rule Message Line Col
    #A3857 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 34
    #A3858 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 34 40

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/store/ExceptionRetryTests.java

    Severity Rule Message Line Col
    #A3859 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 47
    #A3860 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 47 64
    #A3861 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 48
    #A3862 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 48 58
    #A3863 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 49
    #A3864 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 49 70
    #A3865 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 50
    #A3866 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 50 40
    #A3867 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 51
    #A3868 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 51 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/store/StoreTest.java

    Severity Rule Message Line Col
    #A3869 warning AvoidStaticImport Using a static member import should be avoided - com.carrotsearch.randomizedtesting.RandomizedTest.*. 56
    #A3870 warning AvoidStaticImport Using a static member import should be avoided - com.carrotsearch.randomizedtesting.RandomizedTest.*. 56 64
    #A3871 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 57
    #A3872 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 57 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/store/distributor/DistributorTests.java

    Severity Rule Message Line Col
    #A3873 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 32
    #A3874 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 32 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/suggest/stats/SuggestStatsTests.java

    Severity Rule Message Line Col
    #A3875 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 40
    #A3876 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 40 63
    #A3877 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 41
    #A3878 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 41 63
    #A3879 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 42
    #A3880 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 42 70
    #A3881 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAllSuccessful. 43
    #A3882 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAllSuccessful. 43 70
    #A3883 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 44
    #A3884 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 44 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/translog/AbstractSimpleTranslogTests.java

    Severity Rule Message Line Col
    #A3885 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 50
    #A3886 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 50 46
    #A3887 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 51
    #A3888 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 51 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/translog/TranslogVersionTests.java

    Severity Rule Message Line Col
    #A3889 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 32
    #A3890 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 32 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indexing/IndexActionTests.java

    Severity Rule Message Line Col
    #A3891 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 39
    #A3892 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 39 70
    #A3893 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 40
    #A3894 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 40 36
    #A3895 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThanOrEqualTo. 41
    #A3896 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThanOrEqualTo. 41 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indexlifecycle/IndexLifecycleActionTests.java

    Severity Rule Message Line Col
    #A3897 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.*. 44
    #A3898 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.*. 44 48
    #A3899 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 45
    #A3900 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 45 63
    #A3901 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 46
    #A3902 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 46 63
    #A3903 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 47
    #A3904 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. 47 66
    #A3905 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 48
    #A3906 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 48 66
    #A3907 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 49
    #A3908 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 49 66
    #A3909 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 50
    #A3910 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 50 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/FlushTest.java

    Severity Rule Message Line Col
    #A3911 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 32
    #A3912 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 32 70
    #A3913 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 33
    #A3914 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 33 41
    #A3915 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.emptyIterable. 34
    #A3916 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.emptyIterable. 34 36
    #A3917 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 35
    #A3918 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 35 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/IndicesCustomDataPathTests.java

    Severity Rule Message Line Col
    #A3919 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 38
    #A3920 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 38 58
    #A3921 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 39
    #A3922 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 39 70
    #A3923 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 40
    #A3924 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 40 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/IndicesLifecycleListenerSingleNodeTests.java

    Severity Rule Message Line Col
    #A3925 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 31
    #A3926 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 31 63
    #A3927 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 32
    #A3928 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 32 63
    #A3929 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 33
    #A3930 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 33 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/IndicesLifecycleListenerTests.java

    Severity Rule Message Line Col
    #A3931 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 50
    #A3932 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 50 63
    #A3933 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 51
    #A3934 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 51 63
    #A3935 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.allocation.decider.DisableAllocationDecider.CLUSTER_ROUTING_ALLOCATION_DISABLE_ALLOCATION. 52
    #A3936 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.allocation.decider.DisableAllocationDecider.CLUSTER_ROUTING_ALLOCATION_DISABLE_ALLOCATION. 52 92
    #A3937 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.builder. 53
    #A3938 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.builder. 53 66
    #A3939 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.shard.IndexShardState.*. 54
    #A3940 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.shard.IndexShardState.*. 54 60
    #A3941 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 55
    #A3942 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 55 66
    #A3943 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 56
    #A3944 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 56 66
    #A3945 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 57
    #A3946 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 57 70
    #A3947 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 58
    #A3948 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 58 40
    #A3949 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. 59
    #A3950 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. 59 36
    #A3951 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.hasSize. 60
    #A3952 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.hasSize. 60 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/IndicesOptionsIntegrationTests.java

    Severity Rule Message Line Col
    #A3953 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.percolate.PercolateSourceBuilder.docBuilder. 62
    #A3954 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.percolate.PercolateSourceBuilder.docBuilder. 62 72
    #A3955 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.boolQuery. 63
    #A3956 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.boolQuery. 63 58
    #A3957 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 64
    #A3958 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 64 58
    #A3959 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 65
    #A3960 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 65 70
    #A3961 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 66
    #A3962 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 66 70
    #A3963 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 67
    #A3964 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 67 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/IndicesServiceTest.java

    Severity Rule Message Line Col
    #A3965 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 40
    #A3966 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 40 70
    #A3967 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 41
    #A3968 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 41 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/analysis/PreBuiltAnalyzerIntegrationTests.java

    Severity Rule Message Line Col
    #A3969 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 39
    #A3970 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 39 64
    #A3971 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 40
    #A3972 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 40 36
    #A3973 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 41
    #A3974 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 41 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/analyze/AnalyzeActionTests.java

    Severity Rule Message Line Col
    #A3975 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 31
    #A3976 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 31 66
    #A3977 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 32
    #A3978 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 32 70
    #A3979 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 33
    #A3980 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 33 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/analyze/HunspellServiceTests.java

    Severity Rule Message Line Col
    #A3981 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.indices.analysis.HunspellService.*. 35
    #A3982 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.indices.analysis.HunspellService.*. 35 65
    #A3983 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 36
    #A3984 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 36 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/cache/query/IndicesQueryCacheTests.java

    Severity Rule Message Line Col
    #A3985 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.dateHistogram. 31
    #A3986 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.dateHistogram. 31 72
    #A3987 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 32
    #A3988 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 32 70
    #A3989 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 33
    #A3990 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 33 70
    #A3991 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 34
    #A3992 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/exists/types/TypesExistsTests.java

    Severity Rule Message Line Col
    #A3993 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 28
    #A3994 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 28 64
    #A3995 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29
    #A3996 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/leaks/IndicesLeaksTests.java

    Severity Rule Message Line Col
    #A3997 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 37
    #A3998 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 37 66
    #A3999 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 38
    #A4000 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 38 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/mapping/ConcurrentDynamicTemplateTests.java

    Severity Rule Message Line Col
    #A4001 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 42
    #A4002 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 42 64
    #A4003 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 43
    #A4004 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 43 70
    #A4005 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 44
    #A4006 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 44 70
    #A4007 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.emptyIterable. 45
    #A4008 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.emptyIterable. 45 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/mapping/DedicatedMasterGetFieldMappingTests.java

    Severity Rule Message Line Col
    #A4009 warning AvoidStaticImport Using a static member import should be avoided - org.apache.lucene.util.LuceneTestCase.Slow. 26
    #A4010 warning AvoidStaticImport Using a static member import should be avoided - org.apache.lucene.util.LuceneTestCase.Slow. 26 52
    #A4011 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 27
    #A4012 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 27 66
    #A4013 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 28
    #A4014 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 28 66
    #A4015 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 29
    #A4016 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 29 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/mapping/SimpleDeleteMappingTests.java

    Severity Rule Message Line Col
    #A4017 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 31
    #A4018 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 31 64
    #A4019 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 32
    #A4020 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 32 58
    #A4021 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 33
    #A4022 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 33 70
    #A4023 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34
    #A4024 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34 36
    #A4025 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 35
    #A4026 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 35 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/mapping/SimpleGetFieldMappingsTests.java

    Severity Rule Message Line Col
    #A4027 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 32
    #A4028 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 32 64
    #A4029 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 33
    #A4030 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 33 70
    #A4031 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 34
    #A4032 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/mapping/SimpleGetMappingsTests.java

    Severity Rule Message Line Col
    #A4033 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 32
    #A4034 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 32 64
    #A4035 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33
    #A4036 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33 36
    #A4037 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 34
    #A4038 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/mapping/UpdateMappingTests.java

    Severity Rule Message Line Col
    #A4039 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 48
    #A4040 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 48 66
    #A4041 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 49
    #A4042 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 49 64
    #A4043 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 50
    #A4044 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 50 70
    #A4045 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertThrows. 51
    #A4046 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertThrows. 51 70
    #A4047 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 52
    #A4048 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 52 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/memory/breaker/CircuitBreakerNoopTests.java

    Severity Rule Message Line Col
    #A4049 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 33
    #A4050 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 33 46
    #A4051 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 34
    #A4052 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 34 63
    #A4053 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 35
    #A4054 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 35 66
    #A4055 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 36
    #A4056 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 36 58
    #A4057 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.cardinality. 37
    #A4058 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.cardinality. 37 72
    #A4059 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 38
    #A4060 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 38 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/memory/breaker/CircuitBreakerServiceTests.java

    Severity Rule Message Line Col
    #A4061 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 46
    #A4062 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 46 46
    #A4063 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 47
    #A4064 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 47 63
    #A4065 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 48
    #A4066 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 48 66
    #A4067 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 49
    #A4068 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 49 58
    #A4069 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.cardinality. 50
    #A4070 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.cardinality. 50 72
    #A4071 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope.TEST. 51
    #A4072 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope.TEST. 51 72
    #A4073 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 52
    #A4074 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 52 70
    #A4075 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertFailures. 53
    #A4076 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertFailures. 53 70
    #A4077 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.containsString. 54
    #A4078 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.containsString. 54 40
    #A4079 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 55
    #A4080 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 55 36
    #A4081 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. 56
    #A4082 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. 56 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/memory/breaker/CircuitBreakerUnitTests.java

    Severity Rule Message Line Col
    #A4083 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29
    #A4084 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/memory/breaker/RandomExceptionCircuitBreakerTests.java

    Severity Rule Message Line Col
    #A4085 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 50
    #A4086 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 50 66
    #A4087 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAllSuccessful. 51
    #A4088 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAllSuccessful. 51 70
    #A4089 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 52
    #A4090 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 52 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/recovery/IndexRecoveryTests.java

    Severity Rule Message Line Col
    #A4091 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 67
    #A4092 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 67 66
    #A4093 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 68
    #A4094 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 68 66
    #A4095 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 69
    #A4096 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 69 70
    #A4097 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 70
    #A4098 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 70 70
    #A4099 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 71
    #A4100 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 71 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/recovery/RecoveryStateTest.java

    Severity Rule Message Line Col
    #A4101 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 42
    #A4102 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 42 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/recovery/StartRecoveryRequestTest.java

    Severity Rule Message Line Col
    #A4103 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36
    #A4104 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36 36
    #A4105 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 37
    #A4106 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 37 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/settings/UpdateNumberOfReplicasTests.java

    Severity Rule Message Line Col
    #A4107 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 31
    #A4108 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 31 66
    #A4109 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 32
    #A4110 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 32 64
    #A4111 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 33
    #A4112 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 33 58
    #A4113 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 34
    #A4114 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 34 70
    #A4115 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 35
    #A4116 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 35 70
    #A4117 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36
    #A4118 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/settings/UpdateSettingsTests.java

    Severity Rule Message Line Col
    #A4119 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 44
    #A4120 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 44 70
    #A4121 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertThrows. 45
    #A4122 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertThrows. 45 70
    #A4123 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 46
    #A4124 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 46 36
    #A4125 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 47
    #A4126 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 47 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/state/CloseIndexDisableCloseAllTests.java

    Severity Rule Message Line Col
    #A4127 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 33
    #A4128 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 33 66
    #A4129 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 34
    #A4130 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 34 70
    #A4131 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 35
    #A4132 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 35 36
    #A4133 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 36
    #A4134 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 36 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/state/OpenCloseIndexTests.java

    Severity Rule Message Line Col
    #A4135 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 44
    #A4136 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 44 66
    #A4137 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 45
    #A4138 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 45 70
    #A4139 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 46
    #A4140 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 46 70
    #A4141 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 47
    #A4142 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 47 70
    #A4143 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 48
    #A4144 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 48 36
    #A4145 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 49
    #A4146 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 49 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/state/RareClusterStateTests.java

    Severity Rule Message Line Col
    #A4147 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 48
    #A4148 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 48 70
    #A4149 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 49
    #A4150 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 49 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/state/SimpleIndexStateTests.java

    Severity Rule Message Line Col
    #A4151 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 41
    #A4152 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 41 66
    #A4153 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 42
    #A4154 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 42 36
    #A4155 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 43
    #A4156 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 43 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/stats/IndexStatsTests.java

    Severity Rule Message Line Col
    #A4157 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 51
    #A4158 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 51 63
    #A4159 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 52
    #A4160 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 52 66
    #A4161 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 53
    #A4162 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 53 64
    #A4163 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.filteredQuery. 54
    #A4164 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.filteredQuery. 54 58
    #A4165 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 55
    #A4166 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 55 58
    #A4167 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 56
    #A4168 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 56 70
    #A4169 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 57
    #A4170 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 57 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/store/IndicesStoreIntegrationTests.java

    Severity Rule Message Line Col
    #A4171 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 50
    #A4172 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 50 66
    #A4173 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 51
    #A4174 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 51 66
    #A4175 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 52
    #A4176 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 52 70
    #A4177 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 53
    #A4178 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 53 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/store/IndicesStoreTests.java

    Severity Rule Message Line Col
    #A4179 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 42
    #A4180 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 42 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/store/SimpleDistributorTests.java

    Severity Rule Message Line Col
    #A4181 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 35
    #A4182 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 35 66
    #A4183 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 36
    #A4184 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 36 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/store/StrictDistributor.java

    Severity Rule Message Line Col
    #A4185 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 29
    #A4186 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 29 41
    #A4187 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 30
    #A4188 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 30 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/template/IndexTemplateFileLoadingTests.java

    Severity Rule Message Line Col
    #A4189 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 37
    #A4190 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 37 66
    #A4191 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 38
    #A4192 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 38 36
    #A4193 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 39
    #A4194 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 39 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/template/IndexTemplateFilteringTests.java

    Severity Rule Message Line Col
    #A4195 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 37
    #A4196 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 37 70
    #A4197 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 38
    #A4198 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 38 36
    #A4199 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 39
    #A4200 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 39 39

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/template/SimpleIndexTemplateTests.java

    Severity Rule Message Line Col
    #A4201 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. 51
    #A4202 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. 51 59
    #A4203 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 52
    #A4204 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 52 58
    #A4205 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 53
    #A4206 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 53 70
    #A4207 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 54
    #A4208 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 54 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/warmer/LocalGatewayIndicesWarmerTests.java

    Severity Rule Message Line Col
    #A4209 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 35
    #A4210 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 35 66
    #A4211 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 36
    #A4212 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 36 66
    #A4213 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 37
    #A4214 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 37 70
    #A4215 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 38
    #A4216 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 38 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/warmer/SimpleIndicesWarmerTests.java

    Severity Rule Message Line Col
    #A4217 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 51
    #A4218 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 51 70
    #A4219 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 52
    #A4220 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 52 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/mget/SimpleMgetTests.java

    Severity Rule Message Line Col
    #A4221 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 36
    #A4222 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 36 64
    #A4223 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 37
    #A4224 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 37 70
    #A4225 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 38
    #A4226 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 38 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/mlt/MoreLikeThisActionTests.java

    Severity Rule Message Line Col
    #A4227 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.*. 47
    #A4228 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.*. 47 48
    #A4229 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 48
    #A4230 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 48 63
    #A4231 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 49
    #A4232 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 49 63
    #A4233 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 50
    #A4234 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 50 64
    #A4235 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. 51
    #A4236 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. 51 59
    #A4237 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.moreLikeThisFieldQuery. 52
    #A4238 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.moreLikeThisFieldQuery. 52 58
    #A4239 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.moreLikeThisQuery. 53
    #A4240 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.moreLikeThisQuery. 53 58
    #A4241 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 54
    #A4242 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 54 70
    #A4243 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 55
    #A4244 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 55 36
    #A4245 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 56
    #A4246 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 56 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/nested/SimpleNestedTests.java

    Severity Rule Message Line Col
    #A4247 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 51
    #A4248 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 51 66
    #A4249 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 52
    #A4250 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 52 64
    #A4251 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. 53
    #A4252 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. 53 59
    #A4253 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 54
    #A4254 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 54 58
    #A4255 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 55
    #A4256 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 55 70
    #A4257 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 56
    #A4258 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 56 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/network/DirectBufferNetworkTests.java

    Severity Rule Message Line Col
    #A4259 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 44
    #A4260 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 44 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/node/internal/InternalSettingsPreparerTests.java

    Severity Rule Message Line Col
    #A4261 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 30
    #A4262 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 30 66
    #A4263 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 31
    #A4264 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 31 41
    #A4265 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 32
    #A4266 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 32 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/nodesinfo/SimpleNodesInfoTests.java

    Severity Rule Message Line Col
    #A4267 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.clusterHealthRequest. 42
    #A4268 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.clusterHealthRequest. 42 48
    #A4269 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.nodesInfoRequest. 43
    #A4270 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.nodesInfoRequest. 43 48
    #A4271 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 44
    #A4272 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 44 66
    #A4273 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 45
    #A4274 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 45 66
    #A4275 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 46
    #A4276 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 46 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/operateAllIndices/DestructiveOperationsIntegrationTests.java

    Severity Rule Message Line Col
    #A4277 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 30
    #A4278 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 30 70
    #A4279 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 31
    #A4280 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 31 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/options/detailederrors/DetailedErrorsDisabledTest.java

    Severity Rule Message Line Col
    #A4281 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 36
    #A4282 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 36 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/options/detailederrors/DetailedErrorsEnabledTest.java

    Severity Rule Message Line Col
    #A4283 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 35
    #A4284 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 35 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/options/jsonp/JsonpOptionDisabledTest.java

    Severity Rule Message Line Col
    #A4285 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 35
    #A4286 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 35 36
    #A4287 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 36
    #A4288 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 36 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/options/jsonp/JsonpOptionEnabledTest.java

    Severity Rule Message Line Col
    #A4289 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 35
    #A4290 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 35 36
    #A4291 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 36
    #A4292 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 36 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/percolator/ConcurrentPercolatorTests.java

    Severity Rule Message Line Col
    #A4293 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.boolQuery. 39
    #A4294 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.boolQuery. 39 58
    #A4295 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 40
    #A4296 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 40 58
    #A4297 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.percolator.PercolatorTests.convertFromTextArray. 41
    #A4298 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.percolator.PercolatorTests.convertFromTextArray. 41 59
    #A4299 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 42
    #A4300 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 42 70
    #A4301 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 43
    #A4302 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 43 70
    #A4303 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 44
    #A4304 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 44 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/percolator/MultiPercolatorTests.java

    Severity Rule Message Line Col
    #A4305 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.percolate.PercolateSourceBuilder.docBuilder. 35
    #A4306 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.percolate.PercolateSourceBuilder.docBuilder. 35 72
    #A4307 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.*. 36
    #A4308 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.*. 36 64
    #A4309 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 37
    #A4310 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 37 58
    #A4311 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.percolator.PercolatorTests.convertFromTextArray. 38
    #A4312 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.percolator.PercolatorTests.convertFromTextArray. 38 59
    #A4313 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 39
    #A4314 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 39 70
    #A4315 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertMatchCount. 40
    #A4316 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertMatchCount. 40 70
    #A4317 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 41
    #A4318 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 41 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/percolator/PercolatorBackwardsCompatibilityTests.java

    Severity Rule Message Line Col
    #A4319 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 32
    #A4320 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 32 64
    #A4321 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 33
    #A4322 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 33 58
    #A4323 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 34
    #A4324 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 34 70
    #A4325 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertMatchCount. 35
    #A4326 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertMatchCount. 35 70
    #A4327 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 36
    #A4328 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 36 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/percolator/PercolatorFacetsAndAggregationsTests.java

    Severity Rule Message Line Col
    #A4329 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.percolate.PercolateSourceBuilder.docBuilder. 36
    #A4330 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.percolate.PercolateSourceBuilder.docBuilder. 36 72
    #A4331 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 37
    #A4332 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 37 64
    #A4333 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 38
    #A4334 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 38 58
    #A4335 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchQuery. 39
    #A4336 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchQuery. 39 58
    #A4337 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 40
    #A4338 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 40 70
    #A4339 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertMatchCount. 41
    #A4340 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertMatchCount. 41 70
    #A4341 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 42
    #A4342 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 42 70
    #A4343 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.arrayWithSize. 43
    #A4344 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.arrayWithSize. 43 36
    #A4345 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 44
    #A4346 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 44 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/percolator/PercolatorTests.java

    Severity Rule Message Line Col
    #A4347 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.percolate.PercolateSourceBuilder.docBuilder. 59
    #A4348 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.percolate.PercolateSourceBuilder.docBuilder. 59 72
    #A4349 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.builder. 60
    #A4350 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.builder. 60 66
    #A4351 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 61
    #A4352 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 61 66
    #A4353 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.*. 62
    #A4354 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.*. 62 64
    #A4355 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.rangeFilter. 63
    #A4356 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.rangeFilter. 63 59
    #A4357 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. 64
    #A4358 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. 64 59
    #A4359 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 65
    #A4360 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 65 58
    #A4361 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.scriptFunction. 66
    #A4362 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.scriptFunction. 66 80
    #A4363 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 67
    #A4364 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 67 70
    #A4365 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 68
    #A4366 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 68 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/percolator/RecoveryPercolatorTests.java

    Severity Rule Message Line Col
    #A4367 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.percolate.PercolateSourceBuilder.docBuilder. 46
    #A4368 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.percolate.PercolateSourceBuilder.docBuilder. 46 72
    #A4369 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.clusterHealthRequest. 47
    #A4370 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.clusterHealthRequest. 47 48
    #A4371 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.builder. 48
    #A4372 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.builder. 48 66
    #A4373 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 49
    #A4374 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 49 66
    #A4375 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 50
    #A4376 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 50 64
    #A4377 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 51
    #A4378 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 51 58
    #A4379 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.percolator.PercolatorTests.convertFromTextArray. 52
    #A4380 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.percolator.PercolatorTests.convertFromTextArray. 52 59
    #A4381 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 53
    #A4382 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 53 66
    #A4383 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 54
    #A4384 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 54 66
    #A4385 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 55
    #A4386 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 55 70
    #A4387 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 56
    #A4388 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 56 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/percolator/TTLPercolatorTests.java

    Severity Rule Message Line Col
    #A4389 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 39
    #A4390 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 39 66
    #A4391 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 40
    #A4392 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 40 64
    #A4393 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.percolator.PercolatorTests.convertFromTextArray. 41
    #A4394 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.percolator.PercolatorTests.convertFromTextArray. 41 59
    #A4395 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertMatchCount. 42
    #A4396 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertMatchCount. 42 70
    #A4397 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 43
    #A4398 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 43 70
    #A4399 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 44
    #A4400 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 44 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/plugins/PluggableTransportModuleTests.java

    Severity Rule Message Line Col
    #A4401 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 34
    #A4402 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 34 66
    #A4403 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 35
    #A4404 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 35 66
    #A4405 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 36
    #A4406 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 36 66
    #A4407 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 37
    #A4408 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 37 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/plugins/PluginLuceneCheckerTests.java

    Severity Rule Message Line Col
    #A4409 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 33
    #A4410 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 33 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/plugins/PluginManagerTests.java

    Severity Rule Message Line Col
    #A4411 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.FileSystemUtilsTests.assertFileContent. 51
    #A4412 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.FileSystemUtilsTests.assertFileContent. 51 63
    #A4413 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 52
    #A4414 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 52 66
    #A4415 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertDirectoryExists. 53
    #A4416 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertDirectoryExists. 53 70
    #A4417 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertFileExists. 54
    #A4418 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertFileExists. 54 70
    #A4419 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.is. 55
    #A4420 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.is. 55 40
    #A4421 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.not. 56
    #A4422 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.not. 56 40
    #A4423 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 57
    #A4424 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 57 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/plugins/PluginManagerUnitTests.java

    Severity Rule Message Line Col
    #A4425 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 31
    #A4426 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 31 66
    #A4427 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 32
    #A4428 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 32 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/plugins/ResponseHeaderPluginTests.java

    Severity Rule Message Line Col
    #A4429 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 33
    #A4430 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 33 66
    #A4431 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34
    #A4432 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/plugins/SitePluginTests.java

    Severity Rule Message Line Col
    #A4433 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 39
    #A4434 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 39 66
    #A4435 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 40
    #A4436 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 40 66
    #A4437 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 41
    #A4438 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 41 36
    #A4439 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 42
    #A4440 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 42 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/recovery/FullRollingRestartTests.java

    Severity Rule Message Line Col
    #A4441 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 34
    #A4442 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 34 58
    #A4443 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 35
    #A4444 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 35 66
    #A4445 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 36
    #A4446 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 36 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/recovery/RecoveriesCollectionTests.java

    Severity Rule Message Line Col
    #A4447 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThan. 41
    #A4448 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThan. 41 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/recovery/RecoveryWhileUnderLoadTests.java

    Severity Rule Message Line Col
    #A4449 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 42
    #A4450 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 42 63
    #A4451 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 43
    #A4452 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 43 63
    #A4453 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 44
    #A4454 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 44 66
    #A4455 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 45
    #A4456 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 45 58
    #A4457 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 46
    #A4458 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 46 70
    #A4459 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 47
    #A4460 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 47 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/recovery/RelocationTests.java

    Severity Rule Message Line Col
    #A4461 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 85
    #A4462 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 85 66
    #A4463 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 86
    #A4464 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 86 58
    #A4465 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 87
    #A4466 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 87 66
    #A4467 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 88
    #A4468 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 88 70
    #A4469 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 89
    #A4470 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 89 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/recovery/SimpleRecoveryTests.java

    Severity Rule Message Line Col
    #A4471 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.*. 30
    #A4472 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.*. 30 48
    #A4473 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 31
    #A4474 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 31 66
    #A4475 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 32
    #A4476 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 32 70
    #A4477 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33
    #A4478 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/recovery/TruncatedRecoveryTests.java

    Severity Rule Message Line Col
    #A4479 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 49
    #A4480 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 49 66
    #A4481 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 50
    #A4482 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 50 70
    #A4483 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 51
    #A4484 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 51 70
    #A4485 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. 52
    #A4486 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. 52 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/rest/BytesRestResponseTests.java

    Severity Rule Message Line Col
    #A4487 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.contains. 28
    #A4488 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.contains. 28 36
    #A4489 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 29
    #A4490 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 29 36
    #A4491 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.not. 30
    #A4492 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.not. 30 36
    #A4493 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 31
    #A4494 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 31 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/rest/CorsRegexDefaultTests.java

    Severity Rule Message Line Col
    #A4495 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 28
    #A4496 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 28 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/rest/CorsRegexTests.java

    Severity Rule Message Line Col
    #A4497 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.http.netty.NettyHttpServerTransport.SETTING_CORS_ALLOW_ORIGIN. 36
    #A4498 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.http.netty.NettyHttpServerTransport.SETTING_CORS_ALLOW_ORIGIN. 36 68
    #A4499 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.http.netty.NettyHttpServerTransport.SETTING_CORS_ALLOW_CREDENTIALS. 37
    #A4500 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.http.netty.NettyHttpServerTransport.SETTING_CORS_ALLOW_CREDENTIALS. 37 68
    #A4501 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.http.netty.NettyHttpServerTransport.SETTING_CORS_ENABLED. 38
    #A4502 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.http.netty.NettyHttpServerTransport.SETTING_CORS_ENABLED. 38 68
    #A4503 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 39
    #A4504 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 39 66
    #A4505 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 40
    #A4506 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 40 66
    #A4507 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 41
    #A4508 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 41 36
    #A4509 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 42
    #A4510 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 42 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/rest/HeadersAndContextCopyClientTests.java

    Severity Rule Message Line Col
    #A4511 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 50
    #A4512 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 50 40
    #A4513 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.notNullValue. 51
    #A4514 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.notNullValue. 51 40
    #A4515 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 52
    #A4516 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 52 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/rest/RestFilterChainTests.java

    Severity Rule Message Line Col
    #A4517 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 37
    #A4518 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 37 40

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/rest/RestRequestTests.java

    Severity Rule Message Line Col
    #A4519 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 29
    #A4520 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 29 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/rest/action/admin/indices/upgrade/UpgradeTest.java

    Severity Rule Message Line Col
    #A4521 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 53
    #A4522 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 53 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/rest/util/RestUtilsTests.java

    Severity Rule Message Line Col
    #A4523 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 31
    #A4524 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 31 45
    #A4525 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 32
    #A4526 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 32 66
    #A4527 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 33
    #A4528 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 33 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/river/RiverTests.java

    Severity Rule Message Line Col
    #A4529 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 37
    #A4530 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 37 66
    #A4531 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 38
    #A4532 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 38 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/routing/AliasResolveRoutingTests.java

    Severity Rule Message Line Col
    #A4533 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 30
    #A4534 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 30 45
    #A4535 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 31
    #A4536 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. 31 45
    #A4537 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.AliasAction.newAddAliasAction. 32
    #A4538 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.AliasAction.newAddAliasAction. 32 61
    #A4539 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33
    #A4540 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33 36
    #A4541 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 34
    #A4542 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/routing/AliasRoutingTests.java

    Severity Rule Message Line Col
    #A4543 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.AliasAction.newAddAliasAction. 33
    #A4544 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.AliasAction.newAddAliasAction. 33 61
    #A4545 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 34
    #A4546 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 34 58
    #A4547 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 35
    #A4548 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 35 70
    #A4549 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36
    #A4550 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36 36
    #A4551 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 37
    #A4552 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 37 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/routing/SimpleRoutingTests.java

    Severity Rule Message Line Col
    #A4553 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 40
    #A4554 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 40 58
    #A4555 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 41
    #A4556 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 41 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/script/GroovySandboxScriptTests.java

    Severity Rule Message Line Col
    #A4557 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 31
    #A4558 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 31 70
    #A4559 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 32
    #A4560 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 32 40

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/script/GroovyScriptTests.java

    Severity Rule Message Line Col
    #A4561 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 33
    #A4562 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 33 46
    #A4563 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.scriptFilter. 34
    #A4564 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.scriptFilter. 34 59
    #A4565 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 35
    #A4566 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 35 58
    #A4567 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.scriptFunction. 36
    #A4568 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.scriptFunction. 36 80
    #A4569 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 37
    #A4570 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 37 70
    #A4571 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertOrderedSearchHits. 38
    #A4572 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertOrderedSearchHits. 38 70
    #A4573 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 39
    #A4574 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 39 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/script/IndexLookupTests.java

    Severity Rule Message Line Col
    #A4575 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 42
    #A4576 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 42 70
    #A4577 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 43
    #A4578 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 43 70
    #A4579 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 44
    #A4580 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 44 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/script/IndexedScriptTests.java

    Severity Rule Message Line Col
    #A4581 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 37
    #A4582 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 37 70
    #A4583 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 38
    #A4584 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 38 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/script/NativeScriptTests.java

    Severity Rule Message Line Col
    #A4585 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 35
    #A4586 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 35 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/script/OnDiskScriptTests.java

    Severity Rule Message Line Col
    #A4587 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 32
    #A4588 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 32 66
    #A4589 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 33
    #A4590 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 33 70
    #A4591 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34
    #A4592 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/script/SandboxDisabledTests.java

    Severity Rule Message Line Col
    #A4593 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 28
    #A4594 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 28 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/script/ScriptFieldTests.java

    Severity Rule Message Line Col
    #A4595 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 34
    #A4596 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 34 66
    #A4597 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 35
    #A4598 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 35 66
    #A4599 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36
    #A4600 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/script/ScriptParameterParserTest.java

    Severity Rule Message Line Col
    #A4601 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37
    #A4602 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37 36
    #A4603 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 38
    #A4604 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 38 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/script/ScriptServiceTests.java

    Severity Rule Message Line Col
    #A4605 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 40
    #A4606 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 40 66
    #A4607 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 41
    #A4608 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 41 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/script/expression/ExpressionScriptTests.java

    Severity Rule Message Line Col
    #A4609 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 41
    #A4610 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 41 36
    #A4611 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 42
    #A4612 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 42 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/script/mustache/MustacheScriptEngineTest.java

    Severity Rule Message Line Col
    #A4613 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34
    #A4614 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/SearchServiceTests.java

    Severity Rule Message Line Col
    #A4615 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 27
    #A4616 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 27 70
    #A4617 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 28
    #A4618 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 28 36
    #A4619 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 29
    #A4620 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 29 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/StressSearchServiceReaperTest.java

    Severity Rule Message Line Col
    #A4621 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 34
    #A4622 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 34 58
    #A4623 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope.SUITE. 35
    #A4624 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope.SUITE. 35 72
    #A4625 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 36
    #A4626 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 36 70
    #A4627 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 37
    #A4628 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 37 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/AggregationsIntegrationTests.java

    Severity Rule Message Line Col
    #A4629 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.terms. 33
    #A4630 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.terms. 33 72
    #A4631 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 34
    #A4632 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 34 70
    #A4633 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 35
    #A4634 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 35 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/CombiTests.java

    Severity Rule Message Line Col
    #A4635 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 36
    #A4636 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 36 64
    #A4637 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. 37
    #A4638 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. 37 72
    #A4639 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 38
    #A4640 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 38 70
    #A4641 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 39
    #A4642 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 39 40
    #A4643 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.is. 40
    #A4644 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.is. 40 40
    #A4645 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 41
    #A4646 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 41 39

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/RandomTests.java

    Severity Rule Message Line Col
    #A4647 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 44
    #A4648 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 44 64
    #A4649 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. 45
    #A4650 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. 45 72
    #A4651 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 46
    #A4652 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 46 70
    #A4653 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 47
    #A4654 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 47 36
    #A4655 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 48
    #A4656 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 48 39

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/AbstractTermsTests.java

    Severity Rule Message Line Col
    #A4657 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.terms. 29
    #A4658 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.terms. 29 72
    #A4659 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 30
    #A4660 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 30 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/ChildrenTests.java

    Severity Rule Message Line Col
    #A4661 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.hasChildQuery. 37
    #A4662 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.hasChildQuery. 37 58
    #A4663 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchQuery. 38
    #A4664 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchQuery. 38 58
    #A4665 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 39
    #A4666 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 39 58
    #A4667 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. 40
    #A4668 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. 40 72
    #A4669 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 41
    #A4670 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 41 70
    #A4671 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 42
    #A4672 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 42 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/DateHistogramOffsetTests.java

    Severity Rule Message Line Col
    #A4673 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 38
    #A4674 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 38 64
    #A4675 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 39
    #A4676 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 39 58
    #A4677 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.dateHistogram. 40
    #A4678 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.dateHistogram. 40 72
    #A4679 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 41
    #A4680 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 41 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/DateHistogramTests.java

    Severity Rule Message Line Col
    #A4681 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 49
    #A4682 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 49 64
    #A4683 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 50
    #A4684 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 50 58
    #A4685 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.dateHistogram. 51
    #A4686 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.dateHistogram. 51 72
    #A4687 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. 52
    #A4688 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. 52 72
    #A4689 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.max. 53
    #A4690 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.max. 53 72
    #A4691 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.stats. 54
    #A4692 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.stats. 54 72
    #A4693 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.sum. 55
    #A4694 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.sum. 55 72
    #A4695 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 56
    #A4696 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 56 70
    #A4697 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 57
    #A4698 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 57 70
    #A4699 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 58
    #A4700 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 58 36
    #A4701 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 59
    #A4702 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 59 36
    #A4703 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 60
    #A4704 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 60 36
    #A4705 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 61
    #A4706 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 61 39

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/DateRangeTests.java

    Severity Rule Message Line Col
    #A4707 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 39
    #A4708 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 39 64
    #A4709 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 40
    #A4710 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 40 58
    #A4711 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. 41
    #A4712 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. 41 72
    #A4713 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 42
    #A4714 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 42 70
    #A4715 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 43
    #A4716 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 43 70
    #A4717 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 44
    #A4718 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 44 36
    #A4719 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 45
    #A4720 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 45 36
    #A4721 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 46
    #A4722 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 46 39
    #A4723 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.nullValue. 47
    #A4724 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.nullValue. 47 39

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/DedicatedAggregationTests.java

    Severity Rule Message Line Col
    #A4725 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 29
    #A4726 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 29 50
    #A4727 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 30
    #A4728 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 30 58
    #A4729 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 31
    #A4730 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 31 70
    #A4731 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 32
    #A4732 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 32 40
    #A4733 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.instanceOf. 33
    #A4734 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.instanceOf. 33 40

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/DoubleTermsTests.java

    Severity Rule Message Line Col
    #A4735 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 48
    #A4736 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 48 64
    #A4737 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.functionScoreQuery. 49
    #A4738 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.functionScoreQuery. 49 58
    #A4739 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 50
    #A4740 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 50 58
    #A4741 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.avg. 51
    #A4742 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.avg. 51 72
    #A4743 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.extendedStats. 52
    #A4744 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.extendedStats. 52 72
    #A4745 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.filter. 53
    #A4746 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.filter. 53 72
    #A4747 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. 54
    #A4748 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. 54 72
    #A4749 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.max. 55
    #A4750 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.max. 55 72
    #A4751 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.stats. 56
    #A4752 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.stats. 56 72
    #A4753 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.sum. 57
    #A4754 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.sum. 57 72
    #A4755 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.terms. 58
    #A4756 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.terms. 58 72
    #A4757 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 59
    #A4758 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 59 70
    #A4759 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 60
    #A4760 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 60 70
    #A4761 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 61
    #A4762 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 61 36
    #A4763 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 62
    #A4764 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 62 36
    #A4765 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 63
    #A4766 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 63 39

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/FilterTests.java

    Severity Rule Message Line Col
    #A4767 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 37
    #A4768 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 37 64
    #A4769 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.matchAllFilter. 38
    #A4770 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.matchAllFilter. 38 59
    #A4771 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. 39
    #A4772 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. 39 59
    #A4773 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 40
    #A4774 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 40 58
    #A4775 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.avg. 41
    #A4776 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.avg. 41 72
    #A4777 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.filter. 42
    #A4778 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.filter. 42 72
    #A4779 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. 43
    #A4780 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. 43 72
    #A4781 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 44
    #A4782 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 44 70
    #A4783 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 45
    #A4784 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 45 36
    #A4785 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 46
    #A4786 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 46 36
    #A4787 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 47
    #A4788 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 47 39

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/FiltersTests.java

    Severity Rule Message Line Col
    #A4789 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 40
    #A4790 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 40 64
    #A4791 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.matchAllFilter. 41
    #A4792 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.matchAllFilter. 41 59
    #A4793 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. 42
    #A4794 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. 42 59
    #A4795 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 43
    #A4796 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 43 58
    #A4797 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.avg. 44
    #A4798 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.avg. 44 72
    #A4799 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.filters. 45
    #A4800 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.filters. 45 72
    #A4801 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. 46
    #A4802 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. 46 72
    #A4803 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 47
    #A4804 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 47 70
    #A4805 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 48
    #A4806 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 48 36
    #A4807 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 49
    #A4808 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 49 36
    #A4809 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 50
    #A4810 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 50 39

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/GeoDistanceTests.java

    Severity Rule Message Line Col
    #A4811 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 39
    #A4812 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 39 64
    #A4813 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 40
    #A4814 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 40 58
    #A4815 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. 41
    #A4816 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. 41 72
    #A4817 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 42
    #A4818 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 42 70
    #A4819 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 43
    #A4820 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 43 36
    #A4821 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 44
    #A4822 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 44 36
    #A4823 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 45
    #A4824 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 45 39
    #A4825 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.nullValue. 46
    #A4826 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.nullValue. 46 39

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/GeoHashGridTests.java

    Severity Rule Message Line Col
    #A4827 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 42
    #A4828 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 42 64
    #A4829 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.geohashGrid. 43
    #A4830 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.geohashGrid. 43 72
    #A4831 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 44
    #A4832 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 44 70
    #A4833 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 45
    #A4834 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 45 70
    #A4835 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 46
    #A4836 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 46 36
    #A4837 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. 47
    #A4838 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. 47 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/GlobalTests.java

    Severity Rule Message Line Col
    #A4839 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 33
    #A4840 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 33 64
    #A4841 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.global. 34
    #A4842 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.global. 34 72
    #A4843 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.stats. 35
    #A4844 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.stats. 35 72
    #A4845 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 36
    #A4846 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 36 70
    #A4847 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37
    #A4848 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37 36
    #A4849 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 38
    #A4850 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 38 36
    #A4851 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 39
    #A4852 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 39 39

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/HistogramTests.java

    Severity Rule Message Line Col
    #A4853 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 40
    #A4854 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 40 64
    #A4855 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.matchAllFilter. 41
    #A4856 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.matchAllFilter. 41 59
    #A4857 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 42
    #A4858 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 42 58
    #A4859 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. 43
    #A4860 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. 43 72
    #A4861 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 44
    #A4862 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 44 70
    #A4863 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 45
    #A4864 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 45 70
    #A4865 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 46
    #A4866 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 46 36
    #A4867 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 47
    #A4868 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 47 39

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/IPv4RangeTests.java

    Severity Rule Message Line Col
    #A4869 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 35
    #A4870 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 35 64
    #A4871 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 36
    #A4872 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 36 58
    #A4873 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. 37
    #A4874 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. 37 72
    #A4875 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 38
    #A4876 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 38 70
    #A4877 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 39
    #A4878 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 39 70
    #A4879 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 40
    #A4880 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 40 36
    #A4881 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 41
    #A4882 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 41 36
    #A4883 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 42
    #A4884 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 42 39
    #A4885 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.nullValue. 43
    #A4886 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.nullValue. 43 39

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/LongTermsTests.java

    Severity Rule Message Line Col
    #A4887 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 47
    #A4888 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 47 64
    #A4889 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 48
    #A4890 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 48 58
    #A4891 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.avg. 49
    #A4892 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.avg. 49 72
    #A4893 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.extendedStats. 50
    #A4894 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.extendedStats. 50 72
    #A4895 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.filter. 51
    #A4896 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.filter. 51 72
    #A4897 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. 52
    #A4898 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. 52 72
    #A4899 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.max. 53
    #A4900 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.max. 53 72
    #A4901 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.stats. 54
    #A4902 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.stats. 54 72
    #A4903 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.sum. 55
    #A4904 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.sum. 55 72
    #A4905 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.terms. 56
    #A4906 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.terms. 56 72
    #A4907 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 57
    #A4908 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 57 70
    #A4909 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 58
    #A4910 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 58 70
    #A4911 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 59
    #A4912 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 59 36
    #A4913 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 60
    #A4914 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 60 36
    #A4915 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 61
    #A4916 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 61 39

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/MinDocCountTests.java

    Severity Rule Message Line Col
    #A4917 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 45
    #A4918 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 45 64
    #A4919 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. 46
    #A4920 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. 46 72
    #A4921 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAllSuccessful. 47
    #A4922 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAllSuccessful. 47 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/MissingTests.java

    Severity Rule Message Line Col
    #A4923 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 33
    #A4924 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 33 64
    #A4925 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 34
    #A4926 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 34 58
    #A4927 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. 35
    #A4928 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. 35 72
    #A4929 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 36
    #A4930 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 36 70
    #A4931 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37
    #A4932 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37 36
    #A4933 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 38
    #A4934 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 38 36
    #A4935 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 39
    #A4936 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 39 39

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/NaNSortingTests.java

    Severity Rule Message Line Col
    #A4937 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 35
    #A4938 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 35 64
    #A4939 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. 36
    #A4940 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. 36 72
    #A4941 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 37
    #A4942 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 37 70
    #A4943 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 38
    #A4944 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 38 39

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/NestedTests.java

    Severity Rule Message Line Col
    #A4945 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 44
    #A4946 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 44 63
    #A4947 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 45
    #A4948 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 45 63
    #A4949 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 46
    #A4950 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 46 64
    #A4951 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. 47
    #A4952 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. 47 59
    #A4953 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 48
    #A4954 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 48 58
    #A4955 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. 49
    #A4956 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. 49 72
    #A4957 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 50
    #A4958 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 50 70
    #A4959 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 51
    #A4960 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 51 36
    #A4961 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 52
    #A4962 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 52 39

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/ParentIdAggTests.java

    Severity Rule Message Line Col
    #A4963 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 30
    #A4964 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 30 64
    #A4965 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 31
    #A4966 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 31 58
    #A4967 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 32
    #A4968 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 32 70
    #A4969 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 33
    #A4970 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 33 70
    #A4971 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 34
    #A4972 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 34 40
    #A4973 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.instanceOf. 35
    #A4974 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.instanceOf. 35 40

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/RangeTests.java

    Severity Rule Message Line Col
    #A4975 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 36
    #A4976 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 36 64
    #A4977 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 37
    #A4978 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 37 58
    #A4979 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. 38
    #A4980 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. 38 72
    #A4981 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 39
    #A4982 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 39 70
    #A4983 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 40
    #A4984 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 40 36
    #A4985 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 41
    #A4986 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 41 36
    #A4987 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 42
    #A4988 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 42 39
    #A4989 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.nullValue. 43
    #A4990 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.nullValue. 43 39

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/ReverseNestedTests.java

    Severity Rule Message Line Col
    #A4991 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 39
    #A4992 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 39 63
    #A4993 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 40
    #A4994 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 40 63
    #A4995 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 41
    #A4996 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 41 64
    #A4997 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. 42
    #A4998 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. 42 59
    #A4999 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 43
    #A5000 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 43 58
    #A5001 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. 44
    #A5002 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. 44 72
    #A5003 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 45
    #A5004 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 45 70
    #A5005 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 46
    #A5006 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 46 70
    #A5007 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 47
    #A5008 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 47 70
    #A5009 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 48
    #A5010 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 48 36
    #A5011 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 49
    #A5012 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 49 39

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/ShardReduceTests.java

    Severity Rule Message Line Col
    #A5013 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 41
    #A5014 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 41 64
    #A5015 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. 42
    #A5016 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. 42 72
    #A5017 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 43
    #A5018 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 43 70
    #A5019 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 44
    #A5020 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 44 70
    #A5021 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 45
    #A5022 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 45 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/ShardSizeTermsTests.java

    Severity Rule Message Line Col
    #A5023 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 30
    #A5024 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 30 58
    #A5025 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.terms. 31
    #A5026 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.terms. 31 72
    #A5027 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 32
    #A5028 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 32 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/ShardSizeTests.java

    Severity Rule Message Line Col
    #A5029 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 34
    #A5030 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 34 64
    #A5031 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 35
    #A5032 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 35 58
    #A5033 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope.SUITE. 36
    #A5034 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope.SUITE. 36 72
    #A5035 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 37
    #A5036 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 37 70
    #A5037 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 38
    #A5038 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 38 70
    #A5039 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 39
    #A5040 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 39 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/SignificantTermsBackwardCompatibilityTests.java

    Severity Rule Message Line Col
    #A5041 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 38
    #A5042 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 38 70
    #A5043 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 39
    #A5044 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 39 70
    #A5045 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 40
    #A5046 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 40 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/SignificantTermsSignificanceScoreTests.java

    Severity Rule Message Line Col
    #A5047 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 56
    #A5048 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 56 63
    #A5049 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 57
    #A5050 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 57 63
    #A5051 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 58
    #A5052 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 58 66
    #A5053 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 59
    #A5054 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 59 70
    #A5055 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 60
    #A5056 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 60 70
    #A5057 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.closeTo. 61
    #A5058 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.closeTo. 61 36
    #A5059 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 62
    #A5060 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 62 36
    #A5061 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 63
    #A5062 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 63 36
    #A5063 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 64
    #A5064 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 64 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/SignificantTermsTests.java

    Severity Rule Message Line Col
    #A5065 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 46
    #A5066 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 46 63
    #A5067 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 47
    #A5068 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 47 63
    #A5069 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 48
    #A5070 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 48 70
    #A5071 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 49
    #A5072 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 49 70
    #A5073 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 50
    #A5074 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 50 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/StringTermsTests.java

    Severity Rule Message Line Col
    #A5075 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 54
    #A5076 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 54 64
    #A5077 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. 55
    #A5078 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. 55 59
    #A5079 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 56
    #A5080 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 56 58
    #A5081 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.avg. 57
    #A5082 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.avg. 57 72
    #A5083 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.count. 58
    #A5084 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.count. 58 72
    #A5085 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.extendedStats. 59
    #A5086 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.extendedStats. 59 72
    #A5087 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.filter. 60
    #A5088 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.filter. 60 72
    #A5089 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. 61
    #A5090 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. 61 72
    #A5091 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.stats. 62
    #A5092 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.stats. 62 72
    #A5093 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.sum. 63
    #A5094 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.sum. 63 72
    #A5095 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.terms. 64
    #A5096 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.terms. 64 72
    #A5097 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 65
    #A5098 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 65 70
    #A5099 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 66
    #A5100 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 66 36
    #A5101 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 67
    #A5102 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 67 36
    #A5103 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 68
    #A5104 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 68 39
    #A5105 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.nullValue. 69
    #A5106 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.nullValue. 69 39

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/TermsDocCountErrorTests.java

    Severity Rule Message Line Col
    #A5107 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 38
    #A5108 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 38 64
    #A5109 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.sum. 39
    #A5110 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.sum. 39 72
    #A5111 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.terms. 40
    #A5112 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.terms. 40 72
    #A5113 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 41
    #A5114 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 41 70
    #A5115 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 42
    #A5116 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 42 70
    #A5117 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 43
    #A5118 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 43 36
    #A5119 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 44
    #A5120 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 44 39

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/TermsShardMinDocCountTests.java

    Severity Rule Message Line Col
    #A5121 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 37
    #A5122 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 37 63
    #A5123 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 38
    #A5124 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 38 63
    #A5125 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 39
    #A5126 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 39 70
    #A5127 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 40
    #A5128 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 40 70
    #A5129 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 41
    #A5130 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 41 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/TopHitsTests.java

    Severity Rule Message Line Col
    #A5131 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 49
    #A5132 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 49 64
    #A5133 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.smileBuilder. 50
    #A5134 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.smileBuilder. 50 64
    #A5135 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.yamlBuilder. 51
    #A5136 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.yamlBuilder. 51 64
    #A5137 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchQuery. 52
    #A5138 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchQuery. 52 58
    #A5139 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.nestedQuery. 53
    #A5140 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.nestedQuery. 53 58
    #A5141 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. 54
    #A5142 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. 54 72
    #A5143 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 55
    #A5144 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 55 70
    #A5145 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 56
    #A5146 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 56 36
    #A5147 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 57
    #A5148 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 57 39
    #A5149 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.nullValue. 58
    #A5150 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.nullValue. 58 39

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/nested/NestedAggregatorTest.java

    Severity Rule Message Line Col
    #A5151 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 48
    #A5152 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 48 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/significant/SignificanceHeuristicTests.java

    Severity Rule Message Line Col
    #A5153 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 48
    #A5154 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 48 36
    #A5155 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 49
    #A5156 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 49 36
    #A5157 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. 50
    #A5158 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. 50 36
    #A5159 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThan. 51
    #A5160 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThan. 51 36
    #A5161 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThanOrEqualTo. 52
    #A5162 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThanOrEqualTo. 52 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/metrics/AbstractNumericTests.java

    Severity Rule Message Line Col
    #A5163 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 27
    #A5164 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 27 64

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/metrics/AvgTests.java

    Severity Rule Message Line Col
    #A5165 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 26
    #A5166 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 26 58
    #A5167 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.avg. 27
    #A5168 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.avg. 27 72
    #A5169 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. 28
    #A5170 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. 28 72
    #A5171 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 29
    #A5172 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 29 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/metrics/CardinalityTests.java

    Severity Rule Message Line Col
    #A5173 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 32
    #A5174 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 32 64
    #A5175 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.cardinality. 33
    #A5176 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.cardinality. 33 72
    #A5177 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.terms. 34
    #A5178 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.terms. 34 72
    #A5179 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 35
    #A5180 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 35 70
    #A5181 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36
    #A5182 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36 36
    #A5183 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 37
    #A5184 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 37 36
    #A5185 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 38
    #A5186 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 38 39

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/metrics/ExtendedStatsTests.java

    Severity Rule Message Line Col
    #A5187 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 27
    #A5188 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 27 58
    #A5189 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.extendedStats. 28
    #A5190 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.extendedStats. 28 72
    #A5191 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. 29
    #A5192 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. 29 72
    #A5193 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 30
    #A5194 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 30 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/metrics/GeoBoundsTests.java

    Severity Rule Message Line Col
    #A5195 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 45
    #A5196 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 45 64
    #A5197 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 46
    #A5198 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 46 58
    #A5199 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.geoBounds. 47
    #A5200 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.geoBounds. 47 72
    #A5201 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.terms. 48
    #A5202 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.terms. 48 72
    #A5203 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 49
    #A5204 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 49 70
    #A5205 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 50
    #A5206 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 50 70
    #A5207 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 51
    #A5208 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 51 36
    #A5209 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 52
    #A5210 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. 52 39

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/metrics/MaxTests.java

    Severity Rule Message Line Col
    #A5211 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 26
    #A5212 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 26 58
    #A5213 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. 27
    #A5214 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. 27 72
    #A5215 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.max. 28
    #A5216 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.max. 28 72
    #A5217 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29
    #A5218 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29 36
    #A5219 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 30
    #A5220 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 30 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/metrics/MinTests.java

    Severity Rule Message Line Col
    #A5221 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 26
    #A5222 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 26 58
    #A5223 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. 27
    #A5224 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. 27 72
    #A5225 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.min. 28
    #A5226 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.min. 28 72
    #A5227 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29
    #A5228 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29 36
    #A5229 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 30
    #A5230 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 30 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/metrics/PercentileRanksTests.java

    Severity Rule Message Line Col
    #A5231 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 34
    #A5232 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 34 58
    #A5233 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. 35
    #A5234 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. 35 72
    #A5235 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.percentileRanks. 36
    #A5236 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.percentileRanks. 36 72
    #A5237 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 37
    #A5238 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 37 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/metrics/PercentilesTests.java

    Severity Rule Message Line Col
    #A5239 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 35
    #A5240 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 35 58
    #A5241 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. 36
    #A5242 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. 36 72
    #A5243 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.percentiles. 37
    #A5244 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.percentiles. 37 72
    #A5245 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 38
    #A5246 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 38 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/metrics/ScriptedMetricTests.java

    Severity Rule Message Line Col
    #A5247 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 43
    #A5248 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 43 64
    #A5249 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 44
    #A5250 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 44 58
    #A5251 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. 45
    #A5252 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. 45 72
    #A5253 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.scriptedMetric. 46
    #A5254 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.scriptedMetric. 46 72
    #A5255 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 47
    #A5256 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 47 70
    #A5257 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.allOf. 48
    #A5258 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.allOf. 48 36
    #A5259 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 49
    #A5260 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 49 36
    #A5261 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 50
    #A5262 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 50 36
    #A5263 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. 51
    #A5264 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. 51 36
    #A5265 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 52
    #A5266 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 52 36
    #A5267 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThanOrEqualTo. 53
    #A5268 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThanOrEqualTo. 53 36
    #A5269 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 54
    #A5270 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 54 36
    #A5271 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 55
    #A5272 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 55 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/metrics/StatsTests.java

    Severity Rule Message Line Col
    #A5273 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 27
    #A5274 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 27 58
    #A5275 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. 28
    #A5276 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. 28 72
    #A5277 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.stats. 29
    #A5278 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.stats. 29 72
    #A5279 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 30
    #A5280 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 30 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/metrics/SumTests.java

    Severity Rule Message Line Col
    #A5281 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 26
    #A5282 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 26 58
    #A5283 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. 27
    #A5284 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. 27 72
    #A5285 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.sum. 28
    #A5286 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.sum. 28 72
    #A5287 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29
    #A5288 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29 36
    #A5289 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 30
    #A5290 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 30 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/metrics/ValueCountTests.java

    Severity Rule Message Line Col
    #A5291 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 26
    #A5292 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 26 64
    #A5293 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 27
    #A5294 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 27 58
    #A5295 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.count. 28
    #A5296 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.count. 28 72
    #A5297 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29
    #A5298 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29 36
    #A5299 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 30
    #A5300 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 30 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/metrics/cardinality/HyperLogLogPlusPlusTests.java

    Severity Rule Message Line Col
    #A5301 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus.MAX_PRECISION. 28
    #A5302 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus.MAX_PRECISION. 28 92
    #A5303 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus.MIN_PRECISION. 29
    #A5304 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus.MIN_PRECISION. 29 92
    #A5305 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.closeTo. 30
    #A5306 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.closeTo. 30 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/support/PathTests.java

    Severity Rule Message Line Col
    #A5307 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29
    #A5308 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/basic/SearchWhileCreatingIndexTests.java

    Severity Rule Message Line Col
    #A5309 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 31
    #A5310 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 31 70
    #A5311 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. 32
    #A5312 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. 32 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/basic/SearchWhileRelocatingTests.java

    Severity Rule Message Line Col
    #A5313 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 39
    #A5314 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 39 66
    #A5315 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 40
    #A5316 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 40 64
    #A5317 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 41
    #A5318 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 41 70
    #A5319 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoTimeout. 42
    #A5320 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoTimeout. 42 70
    #A5321 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 43
    #A5322 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 43 36
    #A5323 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 44
    #A5324 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 44 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/basic/SearchWithRandomExceptionsTests.java

    Severity Rule Message Line Col
    #A5325 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 52
    #A5326 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 52 66
    #A5327 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 53
    #A5328 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 53 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/basic/TransportSearchFailuresTests.java

    Severity Rule Message Line Col
    #A5329 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.*. 39
    #A5330 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.*. 39 48
    #A5331 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 40
    #A5332 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 40 66
    #A5333 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 41
    #A5334 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 41 64
    #A5335 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 42
    #A5336 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 42 70
    #A5337 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 43
    #A5338 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 43 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/basic/TransportTwoNodesSearchTests.java

    Severity Rule Message Line Col
    #A5339 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.search.SearchType.*. 47
    #A5340 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.action.search.SearchType.*. 47 57
    #A5341 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.*. 48
    #A5342 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.*. 48 48
    #A5343 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 49
    #A5344 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 49 63
    #A5345 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 50
    #A5346 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 50 66
    #A5347 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueMinutes. 51
    #A5348 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueMinutes. 51 54
    #A5349 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 52
    #A5350 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 52 64
    #A5351 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 53
    #A5352 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 53 58
    #A5353 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 54
    #A5354 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 54 58
    #A5355 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.searchSource. 55
    #A5356 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.searchSource. 55 67
    #A5357 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 56
    #A5358 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 56 70
    #A5359 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 57
    #A5360 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 57 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/builder/SearchSourceBuilderTest.java

    Severity Rule Message Line Col
    #A5361 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 29
    #A5362 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 29 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/child/ParentFieldLoadingTest.java

    Severity Rule Message Line Col
    #A5363 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 43
    #A5364 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 43 64
    #A5365 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 44
    #A5366 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 44 70
    #A5367 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 45
    #A5368 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 45 36
    #A5369 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 46
    #A5370 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 46 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/child/SimpleChildQuerySearchTests.java

    Severity Rule Message Line Col
    #A5371 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 60
    #A5372 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. 60 45
    #A5373 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 61
    #A5374 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 61 63
    #A5375 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 62
    #A5376 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. 62 50
    #A5377 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.builder. 63
    #A5378 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.builder. 63 66
    #A5379 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 64
    #A5380 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 64 66
    #A5381 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 65
    #A5382 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 65 64
    #A5383 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. 66
    #A5384 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. 66 59
    #A5385 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 67
    #A5386 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 67 58
    #A5387 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.constantScoreQuery. 68
    #A5388 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.constantScoreQuery. 68 58
    #A5389 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.factorFunction. 69
    #A5390 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.factorFunction. 69 80
    #A5391 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.scriptFunction. 70
    #A5392 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.scriptFunction. 70 80
    #A5393 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.facet.FacetBuilders.termsFacet. 71
    #A5394 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.facet.FacetBuilders.termsFacet. 71 59
    #A5395 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 72
    #A5396 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 72 70
    #A5397 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 73
    #A5398 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 73 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/compress/SearchSourceCompressTests.java

    Severity Rule Message Line Col
    #A5399 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 35
    #A5400 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 35 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/facet/ExtendedFacetsTests.java

    Severity Rule Message Line Col
    #A5401 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 37
    #A5402 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 37 64
    #A5403 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 38
    #A5404 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 38 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/facet/SimpleFacetsTests.java

    Severity Rule Message Line Col
    #A5405 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 56
    #A5406 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 56 64
    #A5407 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. 57
    #A5408 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. 57 59
    #A5409 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 58
    #A5410 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 58 58
    #A5411 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.facet.FacetBuilders.*. 59
    #A5412 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.facet.FacetBuilders.*. 59 59
    #A5413 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 60
    #A5414 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 60 70
    #A5415 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 61
    #A5416 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 61 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/facet/terms/ShardSizeTermsFacetTests.java

    Severity Rule Message Line Col
    #A5417 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 30
    #A5418 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 30 58
    #A5419 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.facet.FacetBuilders.termsFacet. 31
    #A5420 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.facet.FacetBuilders.termsFacet. 31 59
    #A5421 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 32
    #A5422 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 32 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/facet/terms/UnmappedFieldsTermsFacetsTests.java

    Severity Rule Message Line Col
    #A5423 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 29
    #A5424 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 29 64
    #A5425 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 30
    #A5426 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 30 58
    #A5427 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.facet.FacetBuilders.termsFacet. 31
    #A5428 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.facet.FacetBuilders.termsFacet. 31 59
    #A5429 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 32
    #A5430 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 32 70
    #A5431 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33
    #A5432 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33 36
    #A5433 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 34
    #A5434 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/facet/termsstats/ShardSizeTermsStatsFacetTests.java

    Severity Rule Message Line Col
    #A5435 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 30
    #A5436 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 30 58
    #A5437 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.facet.FacetBuilders.termsStatsFacet. 31
    #A5438 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.facet.FacetBuilders.termsStatsFacet. 31 59
    #A5439 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 32
    #A5440 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 32 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/fetch/innerhits/NestedChildrenFilterTest.java

    Severity Rule Message Line Col
    #A5441 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 45
    #A5442 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 45 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/fields/SearchFieldsTests.java

    Severity Rule Message Line Col
    #A5443 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.refreshRequest. 47
    #A5444 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.refreshRequest. 47 48
    #A5445 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 48
    #A5446 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 48 64
    #A5447 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 49
    #A5448 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 49 58
    #A5449 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 50
    #A5450 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 50 70
    #A5451 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 51
    #A5452 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 51 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/functionscore/DecayFunctionScoreTests.java

    Severity Rule Message Line Col
    #A5453 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.indexRequest. 50
    #A5454 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.indexRequest. 50 48
    #A5455 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.searchRequest. 51
    #A5456 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.searchRequest. 51 48
    #A5457 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 52
    #A5458 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 52 64
    #A5459 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 53
    #A5460 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 53 58
    #A5461 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.*. 54
    #A5462 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.*. 54 80
    #A5463 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.searchSource. 55
    #A5464 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.searchSource. 55 67
    #A5465 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 56
    #A5466 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 56 70
    #A5467 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 57
    #A5468 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 57 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/functionscore/ExplainableScriptTests.java

    Severity Rule Message Line Col
    #A5469 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.searchRequest. 46
    #A5470 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.searchRequest. 46 48
    #A5471 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 47
    #A5472 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 47 66
    #A5473 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 48
    #A5474 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 48 64
    #A5475 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. 49
    #A5476 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. 49 59
    #A5477 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.functionScoreQuery. 50
    #A5478 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.functionScoreQuery. 50 58
    #A5479 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 51
    #A5480 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 51 58
    #A5481 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.scriptFunction. 52
    #A5482 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.scriptFunction. 52 80
    #A5483 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.searchSource. 53
    #A5484 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.searchSource. 53 67
    #A5485 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 54
    #A5486 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 54 66
    #A5487 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 55
    #A5488 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 55 66
    #A5489 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 56
    #A5490 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 56 36
    #A5491 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 57
    #A5492 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 57 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/functionscore/FunctionScoreBackwardCompatibilityTests.java

    Severity Rule Message Line Col
    #A5493 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.searchRequest. 35
    #A5494 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.searchRequest. 35 48
    #A5495 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 36
    #A5496 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 36 64
    #A5497 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. 37
    #A5498 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. 37 59
    #A5499 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.functionScoreQuery. 38
    #A5500 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.functionScoreQuery. 38 58
    #A5501 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.*. 39
    #A5502 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.*. 39 80
    #A5503 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.searchSource. 40
    #A5504 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.searchSource. 40 67
    #A5505 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 41
    #A5506 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 41 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/functionscore/FunctionScoreFieldValueTests.java

    Severity Rule Message Line Col
    #A5507 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 30
    #A5508 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 30 64
    #A5509 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 31
    #A5510 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 31 58
    #A5511 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.fieldValueFactorFunction. 32
    #A5512 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.fieldValueFactorFunction. 32 80
    #A5513 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 33
    #A5514 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 33 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/functionscore/FunctionScorePluginTests.java

    Severity Rule Message Line Col
    #A5515 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.indexRequest. 39
    #A5516 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.indexRequest. 39 48
    #A5517 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.searchRequest. 40
    #A5518 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.searchRequest. 40 48
    #A5519 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 41
    #A5520 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 41 66
    #A5521 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 42
    #A5522 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 42 64
    #A5523 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.functionScoreQuery. 43
    #A5524 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.functionScoreQuery. 43 58
    #A5525 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 44
    #A5526 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 44 58
    #A5527 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.searchSource. 45
    #A5528 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.searchSource. 45 67
    #A5529 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 46
    #A5530 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 46 66
    #A5531 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 47
    #A5532 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 47 66
    #A5533 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 48
    #A5534 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 48 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/functionscore/FunctionScoreTests.java

    Severity Rule Message Line Col
    #A5535 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.searchRequest. 42
    #A5536 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.searchRequest. 42 48
    #A5537 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 43
    #A5538 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 43 64
    #A5539 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. 44
    #A5540 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. 44 59
    #A5541 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.functionScoreQuery. 45
    #A5542 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.functionScoreQuery. 45 58
    #A5543 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 46
    #A5544 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 46 58
    #A5545 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.*. 47
    #A5546 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.*. 47 80
    #A5547 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.terms. 48
    #A5548 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.terms. 48 72
    #A5549 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.searchSource. 49
    #A5550 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.searchSource. 49 67
    #A5551 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 50
    #A5552 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 50 70
    #A5553 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 51
    #A5554 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. 51 70
    #A5555 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 52
    #A5556 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 52 36
    #A5557 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 53
    #A5558 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 53 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/functionscore/RandomScoreFunctionTests.java

    Severity Rule Message Line Col
    #A5559 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 32
    #A5560 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 32 46
    #A5561 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 33
    #A5562 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 33 64
    #A5563 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 34
    #A5564 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 34 58
    #A5565 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.*. 35
    #A5566 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.*. 35 80
    #A5567 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 36
    #A5568 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 36 70
    #A5569 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 37
    #A5570 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 37 70
    #A5571 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 38
    #A5572 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 38 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/geo/GeoBoundingBoxTests.java

    Severity Rule Message Line Col
    #A5573 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 29
    #A5574 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 29 64
    #A5575 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.geoBoundingBoxFilter. 30
    #A5576 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.geoBoundingBoxFilter. 30 59
    #A5577 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 31
    #A5578 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 31 58
    #A5579 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 32
    #A5580 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 32 70
    #A5581 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.anyOf. 33
    #A5582 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.anyOf. 33 36
    #A5583 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34
    #A5584 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/geo/GeoDistanceFacetTests.java

    Severity Rule Message Line Col
    #A5585 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 30
    #A5586 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 30 64
    #A5587 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 31
    #A5588 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 31 58
    #A5589 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.facet.FacetBuilders.geoDistanceFacet. 32
    #A5590 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.facet.FacetBuilders.geoDistanceFacet. 32 59
    #A5591 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 33
    #A5592 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 33 70
    #A5593 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 34
    #A5594 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/geo/GeoDistanceTests.java

    Severity Rule Message Line Col
    #A5595 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 45
    #A5596 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 45 64
    #A5597 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. 46
    #A5598 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. 46 59
    #A5599 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.filteredQuery. 47
    #A5600 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.filteredQuery. 47 58
    #A5601 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 48
    #A5602 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 48 58
    #A5603 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 49
    #A5604 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 49 70
    #A5605 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 50
    #A5606 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 50 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/geo/GeoFilterTests.java

    Severity Rule Message Line Col
    #A5607 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 62
    #A5608 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 62 64
    #A5609 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. 63
    #A5610 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. 63 59
    #A5611 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 64
    #A5612 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 64 58
    #A5613 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 65
    #A5614 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 65 70
    #A5615 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 66
    #A5616 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 66 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/geo/GeoPolygonTests.java

    Severity Rule Message Line Col
    #A5617 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 29
    #A5618 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 29 64
    #A5619 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.geoPolygonFilter. 30
    #A5620 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.geoPolygonFilter. 30 59
    #A5621 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.filteredQuery. 31
    #A5622 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.filteredQuery. 31 58
    #A5623 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 32
    #A5624 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 32 58
    #A5625 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 33
    #A5626 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 33 70
    #A5627 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 34
    #A5628 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 34 70
    #A5629 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.anyOf. 35
    #A5630 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.anyOf. 35 36
    #A5631 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36
    #A5632 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/geo/GeoShapeIntegrationTests.java

    Severity Rule Message Line Col
    #A5633 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 52
    #A5634 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 52 64
    #A5635 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.geoIntersectionFilter. 53
    #A5636 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.geoIntersectionFilter. 53 59
    #A5637 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 54
    #A5638 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 54 58
    #A5639 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 55
    #A5640 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 55 70
    #A5641 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 56
    #A5642 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 56 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/highlight/CustomHighlighterSearchTests.java

    Severity Rule Message Line Col
    #A5643 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 34
    #A5644 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 34 66
    #A5645 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHighlight. 35
    #A5646 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHighlight. 35 70
    #A5647 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36
    #A5648 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/highlight/HighlighterSearchTests.java

    Severity Rule Message Line Col
    #A5649 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.searchRequest. 48
    #A5650 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.searchRequest. 48 48
    #A5651 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 49
    #A5652 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 49 66
    #A5653 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 50
    #A5654 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 50 64
    #A5655 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.missingFilter. 51
    #A5656 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.missingFilter. 51 59
    #A5657 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.typeFilter. 52
    #A5658 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.typeFilter. 52 59
    #A5659 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 53
    #A5660 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 53 58
    #A5661 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.highlight. 54
    #A5662 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.highlight. 54 67
    #A5663 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.searchSource. 55
    #A5664 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.searchSource. 55 67
    #A5665 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 56
    #A5666 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 56 70
    #A5667 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.RegexMatcher.matches. 57
    #A5668 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.RegexMatcher.matches. 57 59
    #A5669 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 58
    #A5670 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 58 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/indicesboost/SimpleIndicesBoostSearchTests.java

    Severity Rule Message Line Col
    #A5671 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.indexRequest. 27
    #A5672 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.indexRequest. 27 48
    #A5673 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.searchRequest. 28
    #A5674 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.client.Requests.searchRequest. 28 48
    #A5675 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 29
    #A5676 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 29 64
    #A5677 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 30
    #A5678 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 30 58
    #A5679 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.searchSource. 31
    #A5680 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.searchSource. 31 67
    #A5681 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 32
    #A5682 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 32 70
    #A5683 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33
    #A5684 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/innerhits/InnerHitsTests.java

    Severity Rule Message Line Col
    #A5685 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 39
    #A5686 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 39 64
    #A5687 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.hasChildFilter. 40
    #A5688 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.hasChildFilter. 40 59
    #A5689 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.nestedFilter. 41
    #A5690 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.nestedFilter. 41 59
    #A5691 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.queryFilter. 42
    #A5692 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.queryFilter. 42 59
    #A5693 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 43
    #A5694 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 43 58
    #A5695 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 44
    #A5696 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 44 70
    #A5697 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 45
    #A5698 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 45 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/matchedqueries/MatchedQueriesTests.java

    Severity Rule Message Line Col
    #A5699 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. 28
    #A5700 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. 28 59
    #A5701 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 29
    #A5702 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 29 58
    #A5703 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 30
    #A5704 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 30 70
    #A5705 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 31
    #A5706 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 31 36
    #A5707 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.hasItemInArray. 32
    #A5708 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.hasItemInArray. 32 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/msearch/SimpleMultiSearchTests.java

    Severity Rule Message Line Col
    #A5709 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 27
    #A5710 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 27 70
    #A5711 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 28
    #A5712 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 28 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/preference/SearchPreferenceTests.java

    Severity Rule Message Line Col
    #A5713 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 33
    #A5714 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 33 63
    #A5715 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 34
    #A5716 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 34 66
    #A5717 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 35
    #A5718 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 35 58
    #A5719 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 36
    #A5720 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 36 70
    #A5721 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 37
    #A5722 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 37 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/query/ExistsMissingTests.java

    Severity Rule Message Line Col
    #A5723 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 37
    #A5724 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 37 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/query/MultiMatchQueryTests.java

    Severity Rule Message Line Col
    #A5725 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 46
    #A5726 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 46 63
    #A5727 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 47
    #A5728 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 47 63
    #A5729 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 48
    #A5730 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 48 66
    #A5731 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 49
    #A5732 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 49 58
    #A5733 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 50
    #A5734 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 50 70
    #A5735 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 51
    #A5736 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 51 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/query/SearchQueryTests.java

    Severity Rule Message Line Col
    #A5737 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 55
    #A5738 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 55 63
    #A5739 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 56
    #A5740 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 56 63
    #A5741 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 57
    #A5742 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 57 66
    #A5743 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 58
    #A5744 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 58 64
    #A5745 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. 59
    #A5746 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. 59 59
    #A5747 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 60
    #A5748 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 60 58
    #A5749 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.scriptFunction. 61
    #A5750 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.scriptFunction. 61 80
    #A5751 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 62
    #A5752 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 62 70
    #A5753 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 63
    #A5754 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 63 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/query/SimpleQueryStringTests.java

    Severity Rule Message Line Col
    #A5755 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 35
    #A5756 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 35 64
    #A5757 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.boolQuery. 36
    #A5758 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.boolQuery. 36 58
    #A5759 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.queryStringQuery. 37
    #A5760 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.queryStringQuery. 37 58
    #A5761 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.simpleQueryStringQuery. 38
    #A5762 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.simpleQueryStringQuery. 38 58
    #A5763 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 39
    #A5764 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 39 70
    #A5765 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchHits. 40
    #A5766 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchHits. 40 70
    #A5767 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 41
    #A5768 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 41 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/rescore/QueryRescorerTests.java

    Severity Rule Message Line Col
    #A5769 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 47
    #A5770 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 47 63
    #A5771 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 48
    #A5772 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 48 64
    #A5773 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 49
    #A5774 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 49 70
    #A5775 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 50
    #A5776 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 50 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/scan/SearchScanScrollingTests.java

    Severity Rule Message Line Col
    #A5777 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 32
    #A5778 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 32 58
    #A5779 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 33
    #A5780 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 33 70
    #A5781 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34
    #A5782 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34 36
    #A5783 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 35
    #A5784 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 35 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/scan/SearchScanTests.java

    Severity Rule Message Line Col
    #A5785 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 34
    #A5786 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 34 64
    #A5787 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 35
    #A5788 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 35 58
    #A5789 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36
    #A5790 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/scriptfilter/ScriptFilterSearchTests.java

    Severity Rule Message Line Col
    #A5791 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 33
    #A5792 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 33 64
    #A5793 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.scriptFilter. 34
    #A5794 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.scriptFilter. 34 59
    #A5795 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 35
    #A5796 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 35 58
    #A5797 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 36
    #A5798 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 36 70
    #A5799 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37
    #A5800 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 37 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/scroll/DuelScrollTests.java

    Severity Rule Message Line Col
    #A5801 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 37
    #A5802 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 37 64
    #A5803 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 38
    #A5804 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 38 70
    #A5805 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 39
    #A5806 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 39 70
    #A5807 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 40
    #A5808 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 40 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/scroll/SearchScrollTests.java

    Severity Rule Message Line Col
    #A5809 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 43
    #A5810 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 43 64
    #A5811 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 44
    #A5812 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 44 58
    #A5813 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.queryStringQuery. 45
    #A5814 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.queryStringQuery. 45 58
    #A5815 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 46
    #A5816 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 46 58
    #A5817 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 47
    #A5818 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 47 70
    #A5819 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 48
    #A5820 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 48 36
    #A5821 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 49
    #A5822 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 49 36
    #A5823 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 50
    #A5824 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 50 36
    #A5825 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 51
    #A5826 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 51 36
    #A5827 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 52
    #A5828 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 52 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/scroll/SearchScrollWithFailingNodesTests.java

    Severity Rule Message Line Col
    #A5829 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 33
    #A5830 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 33 64
    #A5831 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 34
    #A5832 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 34 58
    #A5833 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 35
    #A5834 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 35 70
    #A5835 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAllSuccessful. 36
    #A5836 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAllSuccessful. 36 70
    #A5837 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 37
    #A5838 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 37 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/simple/SimpleSearchTests.java

    Severity Rule Message Line Col
    #A5839 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 37
    #A5840 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 37 63
    #A5841 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 38
    #A5842 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 38 63
    #A5843 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 39
    #A5844 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 39 64
    #A5845 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.boolQuery. 40
    #A5846 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.boolQuery. 40 58
    #A5847 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.rangeQuery. 41
    #A5848 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.rangeQuery. 41 58
    #A5849 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 42
    #A5850 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 42 70
    #A5851 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 43
    #A5852 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 43 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/sort/SimpleSortTests.java

    Severity Rule Message Line Col
    #A5853 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 59
    #A5854 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 59 64
    #A5855 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 60
    #A5856 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. 60 58
    #A5857 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.scriptFunction. 61
    #A5858 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.scriptFunction. 61 80
    #A5859 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.sort.SortBuilders.fieldSort. 62
    #A5860 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.sort.SortBuilders.fieldSort. 62 57
    #A5861 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 63
    #A5862 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 63 70
    #A5863 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 64
    #A5864 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 64 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/sort/SortParserTests.java

    Severity Rule Message Line Col
    #A5865 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 34
    #A5866 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 34 64

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/source/SourceFetchingTests.java

    Severity Rule Message Line Col
    #A5867 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 26
    #A5868 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 26 36
    #A5869 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 27
    #A5870 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 27 36
    #A5871 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsEqual.equalTo. 28
    #A5872 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.core.IsEqual.equalTo. 28 40

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/stats/SearchStatsTests.java

    Severity Rule Message Line Col
    #A5873 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 41
    #A5874 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 41 63
    #A5875 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 42
    #A5876 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 42 63
    #A5877 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 43
    #A5878 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 43 58
    #A5879 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 44
    #A5880 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 44 70
    #A5881 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 45
    #A5882 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 45 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/suggest/CompletionSuggestSearchTests.java

    Severity Rule Message Line Col
    #A5883 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 61
    #A5884 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 61 63
    #A5885 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 62
    #A5886 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 62 63
    #A5887 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 63
    #A5888 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 63 66
    #A5889 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 64
    #A5890 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 64 64
    #A5891 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 65
    #A5892 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 65 58
    #A5893 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 66
    #A5894 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 66 70
    #A5895 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAllSuccessful. 67
    #A5896 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAllSuccessful. 67 70
    #A5897 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 68
    #A5898 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 68 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/suggest/CompletionTokenStreamTest.java

    Severity Rule Message Line Col
    #A5899 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 42
    #A5900 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 42 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/suggest/ContextSuggestSearchTests.java

    Severity Rule Message Line Col
    #A5901 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 49
    #A5902 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 49 64
    #A5903 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 50
    #A5904 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 50 70
    #A5905 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchGeoAssertions.assertDistance. 51
    #A5906 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchGeoAssertions.assertDistance. 51 73
    #A5907 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 52
    #A5908 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 52 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/suggest/CustomSuggesterSearchTests.java

    Severity Rule Message Line Col
    #A5909 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 34
    #A5910 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 34 64
    #A5911 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 35
    #A5912 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 35 66
    #A5913 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.hasSize. 36
    #A5914 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.hasSize. 36 36
    #A5915 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 37
    #A5916 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 37 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/suggest/SuggestSearchTests.java

    Severity Rule Message Line Col
    #A5917 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 48
    #A5918 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 48 63
    #A5919 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 49
    #A5920 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 49 63
    #A5921 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 50
    #A5922 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 50 66
    #A5923 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchQuery. 51
    #A5924 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchQuery. 51 58
    #A5925 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.suggest.SuggestBuilders.phraseSuggestion. 52
    #A5926 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.suggest.SuggestBuilders.phraseSuggestion. 52 63
    #A5927 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.suggest.SuggestBuilders.termSuggestion. 53
    #A5928 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.suggest.SuggestBuilders.termSuggestion. 53 63
    #A5929 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder.candidateGenerator. 54
    #A5930 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder.candidateGenerator. 54 78
    #A5931 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 55
    #A5932 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 55 70
    #A5933 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 56
    #A5934 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 56 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/suggest/completion/CompletionPostingsFormatTest.java

    Severity Rule Message Line Col
    #A5935 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 58
    #A5936 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 58 36
    #A5937 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 59
    #A5938 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 59 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/suggest/context/GeoLocationContextMappingTest.java

    Severity Rule Message Line Col
    #A5939 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 34
    #A5940 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 34 64

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/suggest/phrase/NoisyChannelSpellCheckerTests.java

    Severity Rule Message Line Col
    #A5941 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 53
    #A5942 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 53 36
    #A5943 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 54
    #A5944 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 54 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/timeout/SearchTimeoutTests.java

    Severity Rule Message Line Col
    #A5945 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.scriptFilter. 29
    #A5946 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.scriptFilter. 29 59
    #A5947 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.filteredQuery. 30
    #A5948 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.filteredQuery. 30 58
    #A5949 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 31
    #A5950 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 31 58
    #A5951 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 32
    #A5952 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 32 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/similarity/SimilarityTests.java

    Severity Rule Message Line Col
    #A5953 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 27
    #A5954 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 27 64
    #A5955 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchQuery. 28
    #A5956 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchQuery. 28 58
    #A5957 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29
    #A5958 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 29 36
    #A5959 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.not. 30
    #A5960 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.not. 30 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/snapshots/AbstractSnapshotTests.java

    Severity Rule Message Line Col
    #A5961 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36
    #A5962 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/snapshots/DedicatedClusterSnapshotRestoreTests.java

    Severity Rule Message Line Col
    #A5963 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 72
    #A5964 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 72 46
    #A5965 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 73
    #A5966 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 73 66
    #A5967 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 74
    #A5968 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 74 66
    #A5969 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 75
    #A5970 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 75 66
    #A5971 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 76
    #A5972 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 76 70
    #A5973 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertThrows. 77
    #A5974 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertThrows. 77 70
    #A5975 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 78
    #A5976 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 78 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/snapshots/RepositoriesTests.java

    Severity Rule Message Line Col
    #A5977 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 41
    #A5978 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 41 70
    #A5979 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertThrows. 42
    #A5980 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertThrows. 42 70
    #A5981 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 43
    #A5982 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 43 36
    #A5983 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 44
    #A5984 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 44 36
    #A5985 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 45
    #A5986 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 45 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreTests.java

    Severity Rule Message Line Col
    #A5987 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 69
    #A5988 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 69 46
    #A5989 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.*. 70
    #A5990 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.*. 70 63
    #A5991 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchQuery. 71
    #A5992 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchQuery. 71 58
    #A5993 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 72
    #A5994 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 72 70
    #A5995 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.shard.IndexShard.*. 73
    #A5996 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.shard.IndexShard.*. 73 55
    #A5997 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 74
    #A5998 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 74 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/snapshots/SnapshotBackwardsCompatibilityTest.java

    Severity Rule Message Line Col
    #A5999 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 45
    #A6000 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 45 70
    #A6001 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 46
    #A6002 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 46 70
    #A6003 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 47
    #A6004 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 47 70
    #A6005 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 48
    #A6006 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 48 36
    #A6007 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 49
    #A6008 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 49 36
    #A6009 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThan. 50
    #A6010 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThan. 50 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/snapshots/SnapshotUtilsTests.java

    Severity Rule Message Line Col
    #A6011 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 26
    #A6012 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 26 41
    #A6013 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsInAnyOrder. 27
    #A6014 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsInAnyOrder. 27 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/snapshots/mockstore/MockRepository.java

    Severity Rule Message Line Col
    #A6015 warning AvoidStaticImport Using a static member import should be avoided - com.carrotsearch.randomizedtesting.RandomizedTest.randomAsciiOfLength. 46
    #A6016 warning AvoidStaticImport Using a static member import should be avoided - com.carrotsearch.randomizedtesting.RandomizedTest.randomAsciiOfLength. 46 64
    #A6017 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 47
    #A6018 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 47 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/stresstest/fullrestart/FullRestartStressTest.java

    Severity Rule Message Line Col
    #A6019 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 46
    #A6020 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 46 58

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/stresstest/gcbehavior/FilterCacheGcStress.java

    Severity Rule Message Line Col
    #A6021 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.rangeFilter. 30
    #A6022 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.rangeFilter. 30 59
    #A6023 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.filteredQuery. 31
    #A6024 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.filteredQuery. 31 58
    #A6025 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 32
    #A6026 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 32 58

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/stresstest/indexing/ConcurrentIndexingVersioningStressTest.java

    Severity Rule Message Line Col
    #A6027 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 32
    #A6028 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 32 66
    #A6029 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 33
    #A6030 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 33 49

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/stresstest/manyindices/ManyIndicesStressTest.java

    Severity Rule Message Line Col
    #A6031 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 33
    #A6032 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 33 58

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/stresstest/rollingrestart/RollingRestartStressTest.java

    Severity Rule Message Line Col
    #A6033 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 51
    #A6034 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 51 66
    #A6035 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 52
    #A6036 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 52 58

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/stresstest/search1/Search1StressTest.java

    Severity Rule Message Line Col
    #A6037 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 43
    #A6038 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. 43 58

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/BackgroundIndexer.java

    Severity Rule Message Line Col
    #A6039 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.emptyIterable. 43
    #A6040 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.emptyIterable. 43 36
    #A6041 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 44
    #A6042 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 44 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/CompositeTestCluster.java

    Severity Rule Message Line Col
    #A6043 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoTimeout. 41
    #A6044 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoTimeout. 41 70
    #A6045 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 42
    #A6046 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 42 36
    #A6047 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 43
    #A6048 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 43 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/ElasticsearchAllocationTestCase.java

    Severity Rule Message Line Col
    #A6049 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 43
    #A6050 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 43 46
    #A6051 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 44
    #A6052 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. 44 66
    #A6053 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 45
    #A6054 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 45 40
    #A6055 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.is. 46
    #A6056 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.is. 46 40

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/ElasticsearchBackwardsCompatIntegrationTest.java

    Severity Rule Message Line Col
    #A6057 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 44
    #A6058 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 44 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/ElasticsearchIntegrationTest.java

    Severity Rule Message Line Col
    #A6059 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 144
    #A6060 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. 144 63
    #A6061 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 145
    #A6062 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. 145 63
    #A6063 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 146
    #A6064 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 146 66
    #A6065 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 147
    #A6066 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 147 58
    #A6067 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.InternalTestCluster.clusterName. 148
    #A6068 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.InternalTestCluster.clusterName. 148 57
    #A6069 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 149
    #A6070 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 149 70
    #A6071 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 150
    #A6072 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 150 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/ElasticsearchSingleNodeTest.java

    Severity Rule Message Line Col
    #A6073 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 49
    #A6074 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 49 70
    #A6075 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 50
    #A6076 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 50 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/ElasticsearchTestCase.java

    Severity Rule Message Line Col
    #A6077 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAllFilesClosed. 62
    #A6078 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAllFilesClosed. 62 70
    #A6079 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAllSearchersClosed. 63
    #A6080 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAllSearchersClosed. 63 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/ExternalNode.java

    Severity Rule Message Line Col
    #A6081 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertFalse. 46
    #A6082 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.assertFalse. 46 37
    #A6083 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 47
    #A6084 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 47 66

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/ExternalTestCluster.java

    Severity Rule Message Line Col
    #A6085 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 43
    #A6086 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 43 36
    #A6087 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 44
    #A6088 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 44 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/InternalTestCluster.java

    Severity Rule Message Line Col
    #A6089 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.fail. 111
    #A6090 warning AvoidStaticImport Using a static member import should be avoided - junit.framework.Assert.fail. 111 37
    #A6091 warning AvoidStaticImport Using a static member import should be avoided - org.apache.lucene.util.LuceneTestCase.*. 112
    #A6092 warning AvoidStaticImport Using a static member import should be avoided - org.apache.lucene.util.LuceneTestCase.*. 112 52
    #A6093 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 113
    #A6094 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 113 66
    #A6095 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 114
    #A6096 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. 114 49
    #A6097 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchTestCase.assertBusy. 115
    #A6098 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchTestCase.assertBusy. 115 59
    #A6099 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoTimeout. 116
    #A6100 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoTimeout. 116 70
    #A6101 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 117
    #A6102 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 117 36
    #A6103 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 118
    #A6104 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertFalse. 118 31
    #A6105 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 119
    #A6106 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 119 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/TestCluster.java

    Severity Rule Message Line Col
    #A6107 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 38
    #A6108 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. 38 70

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/geo/RandomShapeGenerator.java

    Severity Rule Message Line Col
    #A6109 warning AvoidStaticImport Using a static member import should be avoided - com.spatial4j.core.shape.SpatialRelation.CONTAINS. 46
    #A6110 warning AvoidStaticImport Using a static member import should be avoided - com.spatial4j.core.shape.SpatialRelation.CONTAINS. 46 55

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/hamcrest/ElasticsearchAssertions.java

    Severity Rule Message Line Col
    #A6111 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.isNull. 83
    #A6112 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.base.Predicates.isNull. 83 48
    #A6113 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchTestCase.*. 84
    #A6114 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchTestCase.*. 84 59
    #A6115 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.is. 85
    #A6116 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.is. 85 40
    #A6117 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 86
    #A6118 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. 86 41
    #A6119 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 87
    #A6120 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 87 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/hamcrest/ElasticsearchGeoAssertions.java

    Severity Rule Message Line Col
    #A6121 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 42
    #A6122 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 42 36
    #A6123 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 43
    #A6124 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 43 31
    #A6125 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 44
    #A6126 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertTrue. 44 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/junit/annotations/TestLogging.java

    Severity Rule Message Line Col
    #A6127 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 25
    #A6128 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. 25 47
    #A6129 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.PACKAGE. 26
    #A6130 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.PACKAGE. 26 47
    #A6131 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 27
    #A6132 warning AvoidStaticImport Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. 27 47

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/junit/listeners/ReproduceInfoPrinter.java

    Severity Rule Message Line Col
    #A6133 warning AvoidStaticImport Using a static member import should be avoided - com.carrotsearch.randomizedtesting.SysGlobals.*. 38
    #A6134 warning AvoidStaticImport Using a static member import should be avoided - com.carrotsearch.randomizedtesting.SysGlobals.*. 38 60
    #A6135 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.TESTS_CLUSTER. 39
    #A6136 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.TESTS_CLUSTER. 39 66
    #A6137 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.rest.ElasticsearchRestTests.*. 40
    #A6138 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.rest.ElasticsearchRestTests.*. 40 65

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/section/DoSection.java

    Severity Rule Message Line Col
    #A6139 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.collect.Tuple.tuple. 33
    #A6140 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.collect.Tuple.tuple. 33 53
    #A6141 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.RegexMatcher.matches. 34
    #A6142 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.RegexMatcher.matches. 34 59
    #A6143 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 35
    #A6144 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 35 36
    #A6145 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 36
    #A6146 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 36 31
    #A6147 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 37
    #A6148 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 37 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/section/GreaterThanAssertion.java

    Severity Rule Message Line Col
    #A6149 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 24
    #A6150 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 24 36
    #A6151 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 25
    #A6152 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 25 36
    #A6153 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 26
    #A6154 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 26 31
    #A6155 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 27
    #A6156 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 27 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/section/GreaterThanEqualToAssertion.java

    Severity Rule Message Line Col
    #A6157 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. 25
    #A6158 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. 25 36
    #A6159 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 26
    #A6160 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 26 36
    #A6161 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 27
    #A6162 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 27 31
    #A6163 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 28
    #A6164 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 28 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/section/IsFalseAssertion.java

    Severity Rule Message Line Col
    #A6165 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 24
    #A6166 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 24 36
    #A6167 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 25
    #A6168 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 25 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/section/IsTrueAssertion.java

    Severity Rule Message Line Col
    #A6169 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 24
    #A6170 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 24 36
    #A6171 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 25
    #A6172 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 25 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/section/LengthAssertion.java

    Severity Rule Message Line Col
    #A6173 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 27
    #A6174 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 27 36
    #A6175 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 28
    #A6176 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 28 36
    #A6177 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 29
    #A6178 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 29 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/section/LessThanAssertion.java

    Severity Rule Message Line Col
    #A6179 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 24
    #A6180 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 24 36
    #A6181 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThan. 25
    #A6182 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThan. 25 36
    #A6183 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 26
    #A6184 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 26 31
    #A6185 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 27
    #A6186 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 27 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/section/LessThanOrEqualToAssertion.java

    Severity Rule Message Line Col
    #A6187 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 25
    #A6188 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. 25 36
    #A6189 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThanOrEqualTo. 26
    #A6190 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThanOrEqualTo. 26 36
    #A6191 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 27
    #A6192 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 27 31
    #A6193 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 28
    #A6194 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.fail. 28 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/section/MatchAssertion.java

    Severity Rule Message Line Col
    #A6195 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.RegexMatcher.matches. 26
    #A6196 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.RegexMatcher.matches. 26 59
    #A6197 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 27
    #A6198 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 27 36
    #A6199 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 28
    #A6200 warning AvoidStaticImport Using a static member import should be avoided - org.junit.Assert.assertThat. 28 31

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/test/AbstractParserTests.java

    Severity Rule Message Line Col
    #A6201 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 27
    #A6202 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 27 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/test/AssertionParsersTests.java

    Severity Rule Message Line Col
    #A6203 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 29
    #A6204 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 29 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/test/DoSectionParserTests.java

    Severity Rule Message Line Col
    #A6205 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 34
    #A6206 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 34 40
    #A6207 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 35
    #A6208 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 35 36
    #A6209 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 36
    #A6210 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 36 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/test/FileUtilsTests.java

    Severity Rule Message Line Col
    #A6211 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 29
    #A6212 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 29 40
    #A6213 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.notNullValue. 30
    #A6214 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.notNullValue. 30 40
    #A6215 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 31
    #A6216 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. 31 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/test/JsonPathTests.java

    Severity Rule Message Line Col
    #A6217 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 30
    #A6218 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 30 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/test/RestApiParserFailingTests.java

    Severity Rule Message Line Col
    #A6219 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 29
    #A6220 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 29 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/test/RestApiParserTests.java

    Severity Rule Message Line Col
    #A6221 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.contains. 26
    #A6222 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.contains. 26 36
    #A6223 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 27
    #A6224 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 27 36
    #A6225 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 28
    #A6226 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 28 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/test/RestTestParserTests.java

    Severity Rule Message Line Col
    #A6227 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 36
    #A6228 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 36 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/test/SetSectionParserTests.java

    Severity Rule Message Line Col
    #A6229 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 28
    #A6230 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 28 36
    #A6231 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 29
    #A6232 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 29 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/test/SetupSectionParserTests.java

    Severity Rule Message Line Col
    #A6233 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 27
    #A6234 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 27 36
    #A6235 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 28
    #A6236 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 28 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/test/SkipSectionParserTests.java

    Severity Rule Message Line Col
    #A6237 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 28
    #A6238 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 28 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/test/TestSectionParserTests.java

    Severity Rule Message Line Col
    #A6239 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 29
    #A6240 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 29 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/test/VersionUtilsTests.java

    Severity Rule Message Line Col
    #A6241 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.rest.support.VersionUtils.parseVersionNumber. 24
    #A6242 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.rest.support.VersionUtils.parseVersionNumber. 24 63
    #A6243 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.rest.support.VersionUtils.skipCurrentVersion. 25
    #A6244 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.rest.support.VersionUtils.skipCurrentVersion. 25 63
    #A6245 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 26
    #A6246 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 26 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/test/InternalTestClusterTests.java

    Severity Rule Message Line Col
    #A6247 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.InternalTestCluster.clusterName. 35
    #A6248 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.InternalTestCluster.clusterName. 35 57
    #A6249 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36
    #A6250 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 36 36
    #A6251 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.hasEntry. 37
    #A6252 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.hasEntry. 37 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/test/LoggingListenerTests.java

    Severity Rule Message Line Col
    #A6253 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 33
    #A6254 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 33 40
    #A6255 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.nullValue. 34
    #A6256 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.nullValue. 34 40

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/test/SuiteScopeClusterTests.java

    Severity Rule Message Line Col
    #A6257 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 28
    #A6258 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 28 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/test/TestScopeClusterTests.java

    Severity Rule Message Line Col
    #A6259 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 27
    #A6260 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 27 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/threadpool/SimpleThreadPoolTests.java

    Severity Rule Message Line Col
    #A6261 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 53
    #A6262 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 53 66
    #A6263 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 54
    #A6264 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 54 64
    #A6265 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 55
    #A6266 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 55 66
    #A6267 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 56
    #A6268 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 56 70
    #A6269 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 57
    #A6270 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 57 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/threadpool/ThreadPoolSerializationTests.java

    Severity Rule Message Line Col
    #A6271 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 39
    #A6272 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 39 66
    #A6273 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 40
    #A6274 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 40 64
    #A6275 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.hasKey. 41
    #A6276 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.hasKey. 41 36
    #A6277 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 42
    #A6278 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 42 36
    #A6279 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 43
    #A6280 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 43 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/threadpool/UpdateThreadPoolSettingsTests.java

    Severity Rule Message Line Col
    #A6281 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 36
    #A6282 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 36 66
    #A6283 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 37
    #A6284 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 37 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/timestamp/SimpleTimestampTests.java

    Severity Rule Message Line Col
    #A6285 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 33
    #A6286 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 33 64
    #A6287 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 34
    #A6288 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 34 70
    #A6289 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 35
    #A6290 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 35 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/transport/AbstractSimpleTransportTests.java

    Severity Rule Message Line Col
    #A6291 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.transport.TransportRequestOptions.options. 45
    #A6292 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.transport.TransportRequestOptions.options. 45 66
    #A6293 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 46
    #A6294 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 46 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/transport/ActionNamesBackwardsCompatibilityTest.java

    Severity Rule Message Line Col
    #A6295 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 47
    #A6296 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 47 40

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/transport/ActionNamesTests.java

    Severity Rule Message Line Col
    #A6297 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 36
    #A6298 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. 36 40

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/transport/TransportMessageTests.java

    Severity Rule Message Line Col
    #A6299 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 28
    #A6300 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 28 36
    #A6301 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 29
    #A6302 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 29 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/transport/netty/KeyedLockTests.java

    Severity Rule Message Line Col
    #A6303 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34
    #A6304 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 34 36
    #A6305 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.not. 35
    #A6306 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.not. 35 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/transport/netty/NettyTransportMultiPortIntegrationTests.java

    Severity Rule Message Line Col
    #A6307 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 35
    #A6308 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 35 66
    #A6309 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 36
    #A6310 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 36 66
    #A6311 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 37
    #A6312 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 37 66
    #A6313 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 38
    #A6314 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 38 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/transport/netty/NettyTransportMultiPortTests.java

    Severity Rule Message Line Col
    #A6315 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 46
    #A6316 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 46 66
    #A6317 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 47
    #A6318 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 47 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/transport/netty/NettyTransportTests.java

    Severity Rule Message Line Col
    #A6319 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 49
    #A6320 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 49 66
    #A6321 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 50
    #A6322 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. 50 66
    #A6323 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 51
    #A6324 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. 51 66
    #A6325 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 52
    #A6326 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.containsString. 52 36
    #A6327 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 53
    #A6328 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 53 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/tribe/TribeTests.java

    Severity Rule Message Line Col
    #A6329 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 49
    #A6330 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 49 70
    #A6331 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 50
    #A6332 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. 50 70
    #A6333 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 51
    #A6334 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 51 70
    #A6335 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 52
    #A6336 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 52 36
    #A6337 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 53
    #A6338 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 53 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/tribe/TribeUnitTests.java

    Severity Rule Message Line Col
    #A6339 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.either. 38
    #A6340 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.either. 38 40
    #A6341 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 39
    #A6342 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. 39 40

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/ttl/SimpleTTLTests.java

    Severity Rule Message Line Col
    #A6343 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 41
    #A6344 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 41 66
    #A6345 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 42
    #A6346 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 42 64
    #A6347 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 43
    #A6348 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 43 66
    #A6349 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 44
    #A6350 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 44 70
    #A6351 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 45
    #A6352 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 45 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/update/UpdateByNativeScriptTests.java

    Severity Rule Message Line Col
    #A6353 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 32
    #A6354 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. 32 66
    #A6355 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.hasKey. 33
    #A6356 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.hasKey. 33 36
    #A6357 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 34
    #A6358 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.is. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/update/UpdateNoopTests.java

    Severity Rule Message Line Col
    #A6359 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 32
    #A6360 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. 32 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/update/UpdateTests.java

    Severity Rule Message Line Col
    #A6361 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 55
    #A6362 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. 55 64
    #A6363 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 56
    #A6364 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 56 70
    #A6365 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertThrows. 57
    #A6366 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertThrows. 57 70
    #A6367 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 58
    #A6368 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 58 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/validate/SimpleValidateQueryTests.java

    Severity Rule Message Line Col
    #A6369 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.queryStringQuery. 44
    #A6370 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.queryStringQuery. 44 58
    #A6371 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 45
    #A6372 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 45 70
    #A6373 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 46
    #A6374 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. 46 70
    #A6375 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 47
    #A6376 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 47 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/versioning/ConcurrentDocumentOperationTests.java

    Severity Rule Message Line Col
    #A6377 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 31
    #A6378 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. 31 66
    #A6379 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 32
    #A6380 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 32 70
    #A6381 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33
    #A6382 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 33 36
    #A6383 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 34
    #A6384 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. 34 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/versioning/SimpleVersioningTests.java

    Severity Rule Message Line Col
    #A6385 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 48
    #A6386 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. 48 58
    #A6387 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 49
    #A6388 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. 49 70
    #A6389 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertThrows. 50
    #A6390 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertThrows. 50 70
    #A6391 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 51
    #A6392 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. 51 36
    #A6393 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThanOrEqualTo. 52
    #A6394 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.lessThanOrEqualTo. 52 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/watcher/FileWatcherTest.java

    Severity Rule Message Line Col
    #A6395 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 30
    #A6396 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. 30 46
    #A6397 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.Files.*. 31
    #A6398 warning AvoidStaticImport Using a static member import should be avoided - com.google.common.io.Files.*. 31 41
    #A6399 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.FileSystemUtils.deleteRecursively. 32
    #A6400 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.io.FileSystemUtils.deleteRecursively. 32 58
    #A6401 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 33
    #A6402 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 33 36

    /home/test/workspace/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/watcher/ResourceWatcherServiceTests.java

    Severity Rule Message Line Col
    #A6403 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueSeconds. 30
    #A6404 warning AvoidStaticImport Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueSeconds. 30 54
    #A6405 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 31
    #A6406 warning AvoidStaticImport Using a static member import should be avoided - org.hamcrest.Matchers.*. 31 36